#65A39F

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

Shades of Cadet Blue #65A39F

Tints of Cadet Blue #65A39F

Color information

#65A39F (or 0x65A39F) is unknown color: approx Cadet Blue. HEX triplet: 65, A3 and 9F. RGB value is (101,163,159). Sum of RGB (Red+Green+Blue) = 101+163+159=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 163 - color contains mainly: green. Hex color #65A39F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A39F is #9A5C60. Grayscale: #8F8F8F. Windows color (decimal): -10116193 or 10462053. OLE color: 10462053.

HSL color Cylindrical-coordinate representation of color #65A39F: hue angle of 176.13º degrees, saturation: 0.25, 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 #65A39F is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB101163159-
CMYK0.3800.020.36
HSL176.13º25.2%51.76%-
HSV(B)176.13º38.04%63.92%-
XYZ24.7231.4637.57-
YUV144.01136.4697.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.88%
GREEN value IS 163 (64.06% from 255) = 38.53%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=23.88%
G=38.53%
B=37.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011631590.3800.020.36176.1325.251.76
Hex65A39F260224b01934
Octal1452432374602442603164
Binary110010110100011100111111001100101001001011000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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