#64D3BC

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

Shades of Downy #64D3BC

Tints of Downy #64D3BC

Color information

#64D3BC (or 0x64D3BC) is unknown color: approx Downy. HEX triplet: 64, D3 and BC. RGB value is (100,211,188). Sum of RGB (Red+Green+Blue) = 100+211+188=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #64D3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D3BC is #9B2C43. Grayscale: #AFAFAF. Windows color (decimal): -10169412 or 12374884. OLE color: 12374884.

HSL color Cylindrical-coordinate representation of color #64D3BC: hue angle of 167.57º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D3BC is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB100211188-
CMYK0.5300.110.17
HSL167.57º55.78%60.98%-
HSV(B)167.57º52.61%82.75%-
XYZ37.6352.9355.81-
YUV175.19135.2374.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.04%
GREEN value IS 211 (82.81% from 255) = 42.28%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=20.04%
G=42.28%
B=37.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1002111880.5300.110.17167.5755.7860.98
Hex64D3BC350B11a8383d
Octal14432327465013212507075
Binary11001001101001110111100110101010111000110101000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,211,188); }

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

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

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

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

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

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

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