Html Css Color HEX #64CCCC Downy

📋 copy color: '#64CCCC'

red 100 ◦ green 204 ◦ blue 204

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

Shades of Downy #64CCCC

Tints of Downy #64CCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.16%

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

R = 19.69%
G = 40.16%
B = 40.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#64CCCC (or 0x64CCCC) is known color: Downy. HEX triplet: 64, CC and CC. RGB value is (100,204,204). Sum of RGB (Red+Green+Blue) = 100+204+204=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #64CCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CCCC is #9B3333. Grayscale: #ACACAC. Windows color (decimal): -10171188 or 13421668. OLE color: 13421668.

HSL color Cylindrical-coordinate representation of color #64CCCC: hue angle of 180º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CCCC is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 204 204 -
CMYK 0.51 0 0 0.2
HSL 180º 0.5% 0.6% -
HSV(B) 180º 0.51% 0.8% -
XYZ 37.75 50.25 64.84 -
YUV 172.9 145.54 76 -
System Red Green Blue C M Y K H S L
Decimal 100 204 204 0.51 0 0 0.2 180 0.5 0.6
Hex 64 CC CC 33 0 0 14 B4 32 3C
Octal 144 314 314 63 0 0 24 264 62 74
Binary 1100100 11001100 11001100 110011 0 0 10100 10110100 110010 111100

Color Harmonies of #64CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CCCC

Black with #64CCCC

Text Example


Text Example

White with #64CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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