#64CCC7

Color #64CCC7 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #64CCC7

Tints of Downy #64CCC7

Color information

#64CCC7 (or 0x64CCC7) is unknown color: approx Downy. HEX triplet: 64, CC and C7. RGB value is (100,204,199). Sum of RGB (Red+Green+Blue) = 100+204+199=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #64CCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CCC7 is #9B3338. Grayscale: #ACACAC. Windows color (decimal): -10171193 or 13093988. OLE color: 13093988.

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

Color convert

RGB100204199-
CMYK0.5100.020.2
HSL177.12º50.49%59.61%-
HSV(B)177.12º50.98%80%-
XYZ37.1650.0261.73-
YUV172.33143.0476.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.88%
GREEN value IS 204 (80.08% from 255) = 40.56%
BLUE value IS 199 (78.12% from 255) = 39.56%
R=19.88%
G=40.56%
B=39.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1002041990.5100.020.2177.1250.4959.61
Hex64CCC7330214b1323c
Octal1443143076302242616274
Binary110010011001100110001111100110101010010110001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64CCC7;
 }
 .AnyTagClassName
 {
   color: #64CCC7;
 }
</style>
background-color css

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

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

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

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

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

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