#64CAB8

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

Shades of Downy #64CAB8

Tints of Downy #64CAB8

Color information

#64CAB8 (or 0x64CAB8) is unknown color: approx Downy. HEX triplet: 64, CA and B8. RGB value is (100,202,184). Sum of RGB (Red+Green+Blue) = 100+202+184=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #64CAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CAB8 is #9B3547. Grayscale: #A9A9A9. Windows color (decimal): -10171720 or 12110436. OLE color: 12110436.

HSL color Cylindrical-coordinate representation of color #64CAB8: hue angle of 169.41º 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 #64CAB8 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB100202184-
CMYK0.5000.090.21
HSL169.41º49.04%59.22%-
HSV(B)169.41º50.5%79.22%-
XYZ35.0348.4152.85-
YUV169.45136.2178.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.58%
GREEN value IS 202 (79.30% from 255) = 41.56%
BLUE value IS 184 (72.27% from 255) = 37.86%
R=20.58%
G=41.56%
B=37.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002021840.5000.090.21169.4149.0459.22
Hex64CAB8320915a9313b
Octal14431227062011252516173
Binary11001001100101010111000110010010011010110101001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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