Html Css Color HEX #60DDCA Downy

📋 copy color: '#60DDCA'

red 96 ◦ green 221 ◦ blue 202

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

Shades of Downy #60DDCA

Tints of Downy #60DDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.92%

R = 18.5%
G = 42.58%
B = 38.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#60DDCA (or 0x60DDCA) is known color: Downy. HEX triplet: 60, DD and CA. RGB value is (96,221,202). Sum of RGB (Red+Green+Blue) = 96+221+202=519 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.50% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DDCA is #9F2235. Grayscale: #B5B5B5. Windows color (decimal): -10428982 or 13294944. OLE color: 13294944.

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

Color convert

RGB 96 221 202 -
CMYK 0.57 0 0.09 0.13
HSL 170.88º 0.65% 0.62% -
HSV(B) 170.88º 0.57% 0.87% -
XYZ 41.34 58.46 64.98 -
YUV 181.46 139.59 67.04 -
System Red Green Blue C M Y K H S L
Decimal 96 221 202 0.57 0 0.09 0.13 170.88 0.65 0.62
Hex 60 DD CA 39 0 9 D AB 41 3E
Octal 140 335 312 71 0 11 15 253 101 76
Binary 1100000 11011101 11001010 111001 0 1001 1101 10101011 1000001 111110

Color Harmonies of #60DDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DDCA

Black with #60DDCA

Text Example


Text Example

White with #60DDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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