Html Css Color HEX #64ECCC Downy

📋 copy color: '#64ECCC'

red 100 ◦ green 236 ◦ blue 204

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

Shades of Downy #64ECCC

Tints of Downy #64ECCC

RGB

 RED value IS 100 (39.45% from 255) = 18.52%

 GREEN value IS 236 (92.58% from 255) = 43.7%

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

R = 18.52%
G = 43.7%
B = 37.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#64ECCC (or 0x64ECCC) is known color: Downy. HEX triplet: 64, EC and CC. RGB value is (100,236,204). Sum of RGB (Red+Green+Blue) = 100+236+204=540 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.52% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64ECCC is #9B1333. Grayscale: #BFBFBF. Windows color (decimal): -10162996 or 13429860. OLE color: 13429860.

HSL color Cylindrical-coordinate representation of color #64ECCC: hue angle of 165.88º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ECCC is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 236 204 -
CMYK 0.58 0 0.14 0.07
HSL 165.88º 0.78% 0.66% -
HSV(B) 165.88º 0.58% 0.93% -
XYZ 46.15 67.06 67.64 -
YUV 191.69 134.94 62.6 -
System Red Green Blue C M Y K H S L
Decimal 100 236 204 0.58 0 0.14 0.07 165.88 0.78 0.66
Hex 64 EC CC 3A 0 E 7 A6 4E 42
Octal 144 354 314 72 0 16 7 246 116 102
Binary 1100100 11101100 11001100 111010 0 1110 111 10100110 1001110 1000010

Color Harmonies of #64ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ECCC

Black with #64ECCC

Text Example


Text Example

White with #64ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64ECCC; }

 p { color: rgb(100,236,204); }

 H1.HeaderClassName
 {
   color: #64ECCC;
 }
 .AnyTagClassName
 {
   color: #64ECCC;
 }
</style>

background-color css

<style>
 a { background-color: #64ECCC; }

 a { background-color: rgb(100,236,204); }

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

border-color css

<style>
 span { border-color: #64ECCC; }

 span { border-color: rgb(100,236,204); }

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