#64A0AA

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

Shades of Cadet Blue #64A0AA

Tints of Cadet Blue #64A0AA

Color information

#64A0AA (or 0x64A0AA) is unknown color: approx Cadet Blue. HEX triplet: 64, A0 and AA. RGB value is (100,160,170). Sum of RGB (Red+Green+Blue) = 100+160+170=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #64A0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A0AA is #9B5F55. Grayscale: #8F8F8F. Windows color (decimal): -10182486 or 11182180. OLE color: 11182180.

HSL color Cylindrical-coordinate representation of color #64A0AA: hue angle of 188.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64A0AA is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100160170-
CMYK0.410.0600.33
HSL188.57º29.17%52.94%-
HSV(B)188.57º41.18%66.67%-
XYZ25.0830.7542.64-
YUV143.2143.1297.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.26%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=23.26%
G=37.21%
B=39.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001601700.410.0600.33188.5729.1752.94
Hex64A0AA296021bd1d35
Octal1442402525160412753565
Binary1100100101000001010101010100111001000011011110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,160,170); }

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

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

 a { background-color: rgb(100,160,170); }

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

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

 span { border-color: rgb(100,160,170); }

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