Html Css Color HEX #60DECE Downy

📋 copy color: '#60DECE'

red 96 ◦ green 222 ◦ blue 206

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

Shades of Downy #60DECE

Tints of Downy #60DECE

RGB

 RED value IS 96 (37.89% from 255) = 18.32%

 GREEN value IS 222 (87.11% from 255) = 42.37%

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 18.32%
G = 42.37%
B = 39.31%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#60DECE (or 0x60DECE) is known color: Downy. HEX triplet: 60, DE and CE. RGB value is (96,222,206). Sum of RGB (Red+Green+Blue) = 96+222+206=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #60DECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DECE is #9F2131. Grayscale: #B6B6B6. Windows color (decimal): -10428722 or 13557344. OLE color: 13557344.

HSL color Cylindrical-coordinate representation of color #60DECE: hue angle of 172.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DECE is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 222 206 -
CMYK 0.57 0 0.07 0.13
HSL 172.38º 0.66% 0.62% -
HSV(B) 172.38º 0.57% 0.87% -
XYZ 42.09 59.19 67.6 -
YUV 182.5 141.26 66.3 -
System Red Green Blue C M Y K H S L
Decimal 96 222 206 0.57 0 0.07 0.13 172.38 0.66 0.62
Hex 60 DE CE 39 0 7 D AC 42 3E
Octal 140 336 316 71 0 7 15 254 102 76
Binary 1100000 11011110 11001110 111001 0 111 1101 10101100 1000010 111110

Color Harmonies of #60DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DECE

Black with #60DECE

Text Example


Text Example

White with #60DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60DECE; }

 p { color: rgb(96,222,206); }

 H1.HeaderClassName
 {
   color: #60DECE;
 }
 .AnyTagClassName
 {
   color: #60DECE;
 }
</style>

background-color css

<style>
 a { background-color: #60DECE; }

 a { background-color: rgb(96,222,206); }

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

border-color css

<style>
 span { border-color: #60DECE; }

 span { border-color: rgb(96,222,206); }

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