#65A49F

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

Shades of Cadet Blue #65A49F

Tints of Cadet Blue #65A49F

Color information

#65A49F (or 0x65A49F) is unknown color: approx Cadet Blue. HEX triplet: 65, A4 and 9F. RGB value is (101,164,159). Sum of RGB (Red+Green+Blue) = 101+164+159=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 164 - color contains mainly: green. Hex color #65A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A49F is #9A5B60. Grayscale: #909090. Windows color (decimal): -10115937 or 10462309. OLE color: 10462309.

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

Color convert

RGB101164159-
CMYK0.3800.030.36
HSL175.24º25.71%51.96%-
HSV(B)175.24º38.41%64.31%-
XYZ24.931.8237.63-
YUV144.59136.1396.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.82%
GREEN value IS 164 (64.45% from 255) = 38.68%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=23.82%
G=38.68%
B=37.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011641590.3800.030.36175.2425.7151.96
Hex65A49F260324af1a34
Octal1452442374603442573264
Binary110010110100100100111111001100111001001010111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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