Html Css Color HEX #60DDCC Downy

📋 copy color: '#60DDCC'

red 96 ◦ green 221 ◦ blue 204

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

Shades of Downy #60DDCC

Tints of Downy #60DDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.42%

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 18.43%
G = 42.42%
B = 39.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#60DDCC (or 0x60DDCC) is known color: Downy. HEX triplet: 60, DD and CC. RGB value is (96,221,204). Sum of RGB (Red+Green+Blue) = 96+221+204=521 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.43% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DDCC is #9F2233. Grayscale: #B5B5B5. Windows color (decimal): -10428980 or 13426016. OLE color: 13426016.

HSL color Cylindrical-coordinate representation of color #60DDCC: hue angle of 171.84º degrees, saturation: 0.65, 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 #60DDCC is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 221 204 -
CMYK 0.57 0 0.08 0.13
HSL 171.84º 0.65% 0.62% -
HSV(B) 171.84º 0.57% 0.87% -
XYZ 41.58 58.56 66.24 -
YUV 181.69 140.59 66.88 -
System Red Green Blue C M Y K H S L
Decimal 96 221 204 0.57 0 0.08 0.13 171.84 0.65 0.62
Hex 60 DD CC 39 0 8 D AC 41 3E
Octal 140 335 314 71 0 10 15 254 101 76
Binary 1100000 11011101 11001100 111001 0 1000 1101 10101100 1000001 111110

Color Harmonies of #60DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DDCC

Black with #60DDCC

Text Example


Text Example

White with #60DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,221,204); }

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

background-color css

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

 a { background-color: rgb(96,221,204); }

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

border-color css

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

 span { border-color: rgb(96,221,204); }

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