#64A59F

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

Shades of Cadet Blue #64A59F

Tints of Cadet Blue #64A59F

Color information

#64A59F (or 0x64A59F) is unknown color: approx Cadet Blue. HEX triplet: 64, A5 and 9F. RGB value is (100,165,159). Sum of RGB (Red+Green+Blue) = 100+165+159=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 165 - color contains mainly: green. Hex color #64A59F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A59F is #9B5A60. Grayscale: #909090. Windows color (decimal): -10181217 or 10462564. OLE color: 10462564.

HSL color Cylindrical-coordinate representation of color #64A59F: hue angle of 174.46º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A59F is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB100165159-
CMYK0.3900.040.35
HSL174.46º26.53%51.96%-
HSV(B)174.46º39.39%64.71%-
XYZ24.9732.1237.69-
YUV144.88135.9795.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.58%
GREEN value IS 165 (64.84% from 255) = 38.92%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=23.58%
G=38.92%
B=37.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1001651590.3900.040.35174.4626.5351.96
Hex64A59F270423ae1b34
Octal1442452374704432563364
Binary1100100101001011001111110011101001000111010111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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