Html Css Color HEX #64CCC9 Downy

📋 copy color: '#64CCC9'

red 100 ◦ green 204 ◦ blue 201

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

Shades of Downy #64CCC9

Tints of Downy #64CCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.8%

R = 19.8%
G = 40.4%
B = 39.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#64CCC9 (or 0x64CCC9) is known color: Downy. HEX triplet: 64, CC and C9. RGB value is (100,204,201). Sum of RGB (Red+Green+Blue) = 100+204+201=505 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.80% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #64CCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CCC9 is #9B3336. Grayscale: #ACACAC. Windows color (decimal): -10171191 or 13225060. OLE color: 13225060.

HSL color Cylindrical-coordinate representation of color #64CCC9: hue angle of 178.27º 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 #64CCC9 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 204 201 -
CMYK 0.51 0 0.01 0.2
HSL 178.27º 0.5% 0.6% -
HSV(B) 178.27º 0.51% 0.8% -
XYZ 37.39 50.11 62.96 -
YUV 172.56 144.04 76.24 -
System Red Green Blue C M Y K H S L
Decimal 100 204 201 0.51 0 0.01 0.2 178.27 0.5 0.6
Hex 64 CC C9 33 0 1 14 B2 32 3C
Octal 144 314 311 63 0 1 24 262 62 74
Binary 1100100 11001100 11001001 110011 0 1 10100 10110010 110010 111100

Color Harmonies of #64CCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CCC9

Black with #64CCC9

Text Example


Text Example

White with #64CCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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