Html Css Color HEX #68C2BC Downy

📋 copy color: '#68C2BC'

red 104 ◦ green 194 ◦ blue 188

#68C2BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #68C2BC

Tints of Downy #68C2BC

RGB

 RED value IS 104 (41.02% from 255) = 21.4%

 GREEN value IS 194 (76.17% from 255) = 39.92%

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 21.4%
G = 39.92%
B = 38.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#68C2BC (or 0x68C2BC) is known color: Downy. HEX triplet: 68, C2 and BC. RGB value is (104,194,188). Sum of RGB (Red+Green+Blue) = 104+194+188=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #68C2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C2BC is #973D43. Grayscale: #A6A6A6. Windows color (decimal): -9911620 or 12370536. OLE color: 12370536.

HSL color Cylindrical-coordinate representation of color #68C2BC: hue angle of 176º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C2BC is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 194 188 -
CMYK 0.46 0 0.03 0.24
HSL 176º 0.42% 0.58% -
HSV(B) 176º 0.46% 0.76% -
XYZ 34.08 45.16 54.5 -
YUV 166.41 140.18 83.49 -
System Red Green Blue C M Y K H S L
Decimal 104 194 188 0.46 0 0.03 0.24 176 0.42 0.58
Hex 68 C2 BC 2E 0 3 18 B0 2A 3A
Octal 150 302 274 56 0 3 30 260 52 72
Binary 1101000 11000010 10111100 101110 0 11 11000 10110000 101010 111010

Color Harmonies of #68C2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C2BC

Black with #68C2BC

Text Example


Text Example

White with #68C2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68C2BC; }

 p { color: rgb(104,194,188); }

 H1.HeaderClassName
 {
   color: #68C2BC;
 }
 .AnyTagClassName
 {
   color: #68C2BC;
 }
</style>

background-color css

<style>
 a { background-color: #68C2BC; }

 a { background-color: rgb(104,194,188); }

 div.DivClassName
 {
   background-color: #68C2BC;
 }
 .BgClassName
 {
   background-color: #68C2BC;
 }
</style>

border-color css

<style>
 span { border-color: #68C2BC; }

 span { border-color: rgb(104,194,188); }

 td.TdClassName
 {
   border-color: #68C2BC;
 }
 .TagClassName
 {
   border-color: #68C2BC;
 }
</style>