#64D0BC

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

Shades of Downy #64D0BC

Tints of Downy #64D0BC

Color information

#64D0BC (or 0x64D0BC) is unknown color: approx Downy. HEX triplet: 64, D0 and BC. RGB value is (100,208,188). Sum of RGB (Red+Green+Blue) = 100+208+188=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #64D0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D0BC is #9B2F43. Grayscale: #ADADAD. Windows color (decimal): -10170180 or 12374116. OLE color: 12374116.

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

Color convert

RGB100208188-
CMYK0.5200.100.18
HSL168.89º53.47%60.39%-
HSV(B)168.89º51.92%81.57%-
XYZ36.8951.4555.56-
YUV173.43136.2275.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.16%
GREEN value IS 208 (81.64% from 255) = 41.94%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=20.16%
G=41.94%
B=37.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1002081880.5200.100.18168.8953.4760.39
Hex64D0BC340A12a9353c
Octal14432027464012222516574
Binary11001001101000010111100110100010101001010101001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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