#64C3BF

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

Shades of Downy #64C3BF

Tints of Downy #64C3BF

Color information

#64C3BF (or 0x64C3BF) is unknown color: approx Downy. HEX triplet: 64, C3 and BF. RGB value is (100,195,191). Sum of RGB (Red+Green+Blue) = 100+195+191=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #64C3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C3BF is #9B3C40. Grayscale: #A6A6A6. Windows color (decimal): -10173505 or 12567396. OLE color: 12567396.

HSL color Cylindrical-coordinate representation of color #64C3BF: hue angle of 177.47º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C3BF is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB100195191-
CMYK0.4900.020.24
HSL177.47º44.19%57.84%-
HSV(B)177.47º48.72%76.47%-
XYZ34.1745.556.27-
YUV166.14142.0380.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.58%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 191 (75% from 255) = 39.30%
R=20.58%
G=40.12%
B=39.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001951910.4900.020.24177.4744.1957.84
Hex64C3BF310218b12c3a
Octal1443032776102302615472
Binary110010011000011101111111100010101100010110001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,195,191); }

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

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

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

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

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

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

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