Html Css Color HEX #60EECC Downy

📋 copy color: '#60EECC'

red 96 ◦ green 238 ◦ blue 204

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

Shades of Downy #60EECC

Tints of Downy #60EECC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.24%

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

R = 17.84%
G = 44.24%
B = 37.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#60EECC (or 0x60EECC) is known color: Downy. HEX triplet: 60, EE and CC. RGB value is (96,238,204). Sum of RGB (Red+Green+Blue) = 96+238+204=538 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.84% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #60EECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EECC is #9F1133. Grayscale: #BFBFBF. Windows color (decimal): -10424628 or 13430368. OLE color: 13430368.

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

Color convert

RGB 96 238 204 -
CMYK 0.60 0 0.14 0.07
HSL 165.63º 0.81% 0.65% -
HSV(B) 165.63º 0.6% 0.93% -
XYZ 46.3 68 67.81 -
YUV 191.67 134.96 59.76 -
System Red Green Blue C M Y K H S L
Decimal 96 238 204 0.60 0 0.14 0.07 165.63 0.81 0.65
Hex 60 EE CC 3C 0 E 7 A6 51 41
Octal 140 356 314 74 0 16 7 246 121 101
Binary 1100000 11101110 11001100 111100 0 1110 111 10100110 1010001 1000001

Color Harmonies of #60EECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EECC

Black with #60EECC

Text Example


Text Example

White with #60EECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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