Html Css Color HEX #60EDCC Downy

📋 copy color: '#60EDCC'

red 96 ◦ green 237 ◦ blue 204

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

Shades of Downy #60EDCC

Tints of Downy #60EDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.13%

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

R = 17.88%
G = 44.13%
B = 37.99%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#60EDCC (or 0x60EDCC) is known color: Downy. HEX triplet: 60, ED and CC. RGB value is (96,237,204). Sum of RGB (Red+Green+Blue) = 96+237+204=537 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.88% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #60EDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EDCC is #9F1233. Grayscale: #BFBFBF. Windows color (decimal): -10424884 or 13430112. OLE color: 13430112.

HSL color Cylindrical-coordinate representation of color #60EDCC: hue angle of 165.96º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EDCC is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 237 204 -
CMYK 0.59 0 0.14 0.07
HSL 165.96º 0.8% 0.65% -
HSV(B) 165.96º 0.59% 0.93% -
XYZ 46.01 67.41 67.71 -
YUV 191.08 135.29 60.18 -
System Red Green Blue C M Y K H S L
Decimal 96 237 204 0.59 0 0.14 0.07 165.96 0.8 0.65
Hex 60 ED CC 3B 0 E 7 A6 50 41
Octal 140 355 314 73 0 16 7 246 120 101
Binary 1100000 11101101 11001100 111011 0 1110 111 10100110 1010000 1000001

Color Harmonies of #60EDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EDCC

Black with #60EDCC

Text Example


Text Example

White with #60EDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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