#65A0AA

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

Shades of Cadet Blue #65A0AA

Tints of Cadet Blue #65A0AA

Color information

#65A0AA (or 0x65A0AA) is unknown color: approx Cadet Blue. HEX triplet: 65, A0 and AA. RGB value is (101,160,170). Sum of RGB (Red+Green+Blue) = 101+160+170=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #65A0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A0AA is #9A5F55. Grayscale: #8F8F8F. Windows color (decimal): -10116950 or 11182181. OLE color: 11182181.

HSL color Cylindrical-coordinate representation of color #65A0AA: hue angle of 188.7º 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 #65A0AA is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101160170-
CMYK0.410.0600.33
HSL188.7º28.87%53.14%-
HSV(B)188.7º40.59%66.67%-
XYZ25.1930.8142.65-
YUV143.5142.9597.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.43%
GREEN value IS 160 (62.89% from 255) = 37.12%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=23.43%
G=37.12%
B=39.44%

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
Decimal1011601700.410.0600.33188.728.8753.14
Hex65A0AA296021bd1d35
Octal1452402525160412753565
Binary1100101101000001010101010100111001000011011110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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