#64D0BB

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

Shades of Downy #64D0BB

Tints of Downy #64D0BB

Color information

#64D0BB (or 0x64D0BB) is unknown color: approx Downy. HEX triplet: 64, D0 and BB. RGB value is (100,208,187). Sum of RGB (Red+Green+Blue) = 100+208+187=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #64D0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D0BB is #9B2F44. Grayscale: #ADADAD. Windows color (decimal): -10170181 or 12308580. OLE color: 12308580.

HSL color Cylindrical-coordinate representation of color #64D0BB: hue angle of 168.33º 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 #64D0BB is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB100208187-
CMYK0.5200.100.18
HSL168.33º53.47%60.39%-
HSV(B)168.33º51.92%81.57%-
XYZ36.7851.4155-
YUV173.31135.7275.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.20%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=20.20%
G=42.02%
B=37.78%

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
Decimal1002081870.5200.100.18168.3353.4760.39
Hex64D0BB340A12a8353c
Octal14432027364012222506574
Binary11001001101000010111011110100010101001010101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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