Html Css Color HEX #68CBB9 Downy

📋 copy color: '#68CBB9'

red 104 ◦ green 203 ◦ blue 185

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

Shades of Downy #68CBB9

Tints of Downy #68CBB9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.26%

 BLUE value IS 185 (72.66% from 255) = 37.6%

R = 21.14%
G = 41.26%
B = 37.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#68CBB9 (or 0x68CBB9) is known color: Downy. HEX triplet: 68, CB and B9. RGB value is (104,203,185). Sum of RGB (Red+Green+Blue) = 104+203+185=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBB9 is #973446. Grayscale: #ABABAB. Windows color (decimal): -9909319 or 12176232. OLE color: 12176232.

HSL color Cylindrical-coordinate representation of color #68CBB9: hue angle of 169.09º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CBB9 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 203 185 -
CMYK 0.49 0 0.09 0.20
HSL 169.09º 0.49% 0.6% -
HSV(B) 169.09º 0.49% 0.8% -
XYZ 35.82 49.16 53.5 -
YUV 171.35 135.7 79.96 -
System Red Green Blue C M Y K H S L
Decimal 104 203 185 0.49 0 0.09 0.20 169.09 0.49 0.6
Hex 68 CB B9 31 0 9 14 A9 31 3C
Octal 150 313 271 61 0 11 24 251 61 74
Binary 1101000 11001011 10111001 110001 0 1001 10100 10101001 110001 111100

Color Harmonies of #68CBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CBB9

Black with #68CBB9

Text Example


Text Example

White with #68CBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,203,185); }

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

background-color css

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

 a { background-color: rgb(104,203,185); }

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

border-color css

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

 span { border-color: rgb(104,203,185); }

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