#64A49F

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

Shades of Cadet Blue #64A49F

Tints of Cadet Blue #64A49F

Color information

#64A49F (or 0x64A49F) is unknown color: approx Cadet Blue. HEX triplet: 64, A4 and 9F. RGB value is (100,164,159). Sum of RGB (Red+Green+Blue) = 100+164+159=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #64A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A49F is #9B5B60. Grayscale: #909090. Windows color (decimal): -10181473 or 10462308. OLE color: 10462308.

HSL color Cylindrical-coordinate representation of color #64A49F: hue angle of 175.31º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A49F is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB100164159-
CMYK0.3900.030.36
HSL175.31º26.02%51.76%-
HSV(B)175.31º39.02%64.31%-
XYZ24.7931.7637.63-
YUV144.29136.396.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.64%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=23.64%
G=38.77%
B=37.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001641590.3900.030.36175.3126.0251.76
Hex64A49F270324af1a34
Octal1442442374703442573264
Binary110010010100100100111111001110111001001010111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,164,159); }

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

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

 a { background-color: rgb(100,164,159); }

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

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

 span { border-color: rgb(100,164,159); }

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