#64CFC7

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

Shades of Downy #64CFC7

Tints of Downy #64CFC7

Color information

#64CFC7 (or 0x64CFC7) is unknown color: approx Downy. HEX triplet: 64, CF and C7. RGB value is (100,207,199). Sum of RGB (Red+Green+Blue) = 100+207+199=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #64CFC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CFC7 is #9B3038. Grayscale: #AEAEAE. Windows color (decimal): -10170425 or 13094756. OLE color: 13094756.

HSL color Cylindrical-coordinate representation of color #64CFC7: hue angle of 175.51º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64CFC7 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB100207199-
CMYK0.5200.040.19
HSL175.51º52.71%60.2%-
HSV(B)175.51º51.69%81.18%-
XYZ37.8851.4661.97-
YUV174.1142.0575.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.76%
GREEN value IS 207 (81.25% from 255) = 40.91%
BLUE value IS 199 (78.12% from 255) = 39.33%
R=19.76%
G=40.91%
B=39.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1002071990.5200.040.19175.5152.7160.2
Hex64CFC7340413b0353c
Octal1443173076404232606574
Binary1100100110011111100011111010001001001110110000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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