#64A299

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

Shades of Cadet Blue #64A299

Tints of Cadet Blue #64A299

Color information

#64A299 (or 0x64A299) is unknown color: approx Cadet Blue. HEX triplet: 64, A2 and 99. RGB value is (100,162,153). Sum of RGB (Red+Green+Blue) = 100+162+153=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #64A299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A299 is #9B5D66. Grayscale: #8E8E8E. Windows color (decimal): -10181991 or 10068580. OLE color: 10068580.

HSL color Cylindrical-coordinate representation of color #64A299: hue angle of 171.29º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A299 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB100162153-
CMYK0.3800.060.36
HSL171.29º25%51.37%-
HSV(B)171.29º38.27%63.53%-
XYZ23.9330.8534.83-
YUV142.44133.9697.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.10%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 153 (60.16% from 255) = 36.87%
R=24.10%
G=39.04%
B=36.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001621530.3800.060.36171.292551.37
Hex64A299260624ab1933
Octal1442422314606442533163
Binary1100100101000101001100110011001101001001010101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,162,153); }

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

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

 a { background-color: rgb(100,162,153); }

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

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

 span { border-color: rgb(100,162,153); }

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