#64DFBA

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

Shades of Downy #64DFBA

Tints of Downy #64DFBA

Color information

#64DFBA (or 0x64DFBA) is unknown color: approx Downy. HEX triplet: 64, DF and BA. RGB value is (100,223,186). Sum of RGB (Red+Green+Blue) = 100+223+186=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFBA is #9B2045. Grayscale: #B6B6B6. Windows color (decimal): -10166342 or 12246884. OLE color: 12246884.

HSL color Cylindrical-coordinate representation of color #64DFBA: hue angle of 161.95º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DFBA is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB100223186-
CMYK0.5500.170.13
HSL161.95º65.78%63.33%-
HSV(B)161.95º55.16%87.45%-
XYZ40.5159.0355.71-
YUV182130.2569.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.65%
GREEN value IS 223 (87.5% from 255) = 43.81%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=19.65%
G=43.81%
B=36.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002231860.5500.170.13161.9565.7863.33
Hex64DFBA37011Da2423f
Octal144337272670211524210277
Binary110010011011111101110101101110100011101101000101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,223,186); }

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

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

 a { background-color: rgb(100,223,186); }

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

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

 span { border-color: rgb(100,223,186); }

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