#64CABD

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

Shades of Downy #64CABD

Tints of Downy #64CABD

Color information

#64CABD (or 0x64CABD) is unknown color: approx Downy. HEX triplet: 64, CA and BD. RGB value is (100,202,189). Sum of RGB (Red+Green+Blue) = 100+202+189=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #64CABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CABD is #9B3542. Grayscale: #A9A9A9. Windows color (decimal): -10171715 or 12438116. OLE color: 12438116.

HSL color Cylindrical-coordinate representation of color #64CABD: hue angle of 172.35º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64CABD is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB100202189-
CMYK0.5000.060.21
HSL172.35º49.04%59.22%-
HSV(B)172.35º50.5%79.22%-
XYZ35.5648.6255.66-
YUV170.02138.7178.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.37%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=20.37%
G=41.14%
B=38.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002021890.5000.060.21172.3549.0459.22
Hex64CABD320615ac313b
Octal1443122756206252546173
Binary1100100110010101011110111001001101010110101100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,202,189); }

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

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

 a { background-color: rgb(100,202,189); }

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

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

 span { border-color: rgb(100,202,189); }

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