#65A39E

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

Shades of Cadet Blue #65A39E

Tints of Cadet Blue #65A39E

Color information

#65A39E (or 0x65A39E) is unknown color: approx Cadet Blue. HEX triplet: 65, A3 and 9E. RGB value is (101,163,158). Sum of RGB (Red+Green+Blue) = 101+163+158=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #65A39E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A39E is #9A5C61. Grayscale: #8F8F8F. Windows color (decimal): -10116194 or 10396517. OLE color: 10396517.

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

Color convert

RGB101163158-
CMYK0.3800.030.36
HSL175.16º25.2%51.76%-
HSV(B)175.16º38.04%63.92%-
XYZ24.6431.4337.12-
YUV143.89135.9697.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.93%
GREEN value IS 163 (64.06% from 255) = 38.63%
BLUE value IS 158 (62.11% from 255) = 37.44%
R=23.93%
G=38.63%
B=37.44%

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
Decimal1011631580.3800.030.36175.1625.251.76
Hex65A39E260324af1934
Octal1452432364603442573164
Binary110010110100011100111101001100111001001010111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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