#65A39B

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

Shades of Cadet Blue #65A39B

Tints of Cadet Blue #65A39B

Color information

#65A39B (or 0x65A39B) is unknown color: approx Cadet Blue. HEX triplet: 65, A3 and 9B. RGB value is (101,163,155). Sum of RGB (Red+Green+Blue) = 101+163+155=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 163 - color contains mainly: green. Hex color #65A39B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A39B is #9A5C64. Grayscale: #8F8F8F. Windows color (decimal): -10116197 or 10199909. OLE color: 10199909.

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

Color convert

RGB101163155-
CMYK0.3800.050.36
HSL172.26º25.2%51.76%-
HSV(B)172.26º38.04%63.92%-
XYZ24.3831.3335.77-
YUV143.55134.4697.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.11%
GREEN value IS 163 (64.06% from 255) = 38.90%
BLUE value IS 155 (60.94% from 255) = 36.99%
R=24.11%
G=38.90%
B=36.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011631550.3800.050.36172.2625.251.76
Hex65A39B260524ac1934
Octal1452432334605442543164
Binary1100101101000111001101110011001011001001010110011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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