#65a49b

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

Shades of Cadet Blue #65A49B

Tints of Cadet Blue #65A49B

Color information

#65A49B (or 0x65A49B) is unknown color: approx Cadet Blue. HEX triplet: 65, A4 and 9B. RGB value is (101,164,155). Sum of RGB (Red+Green+Blue) = 101+164+155=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #65A49B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A49B is #9A5B64. Grayscale: #909090. Windows color (decimal): -10115941 or 10200165. OLE color: 10200165.

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

Color convert

RGB101164155-
CMYK0.3800.050.36
HSL171.43º25.71%51.96%-
HSV(B)171.43º38.41%64.31%-
XYZ24.5631.6835.83-
YUV144.14134.1397.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.05%
GREEN value IS 164 (64.45% from 255) = 39.05%
BLUE value IS 155 (60.94% from 255) = 36.90%
R=24.05%
G=39.05%
B=36.90%

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
Decimal1011641550.3800.050.36171.4325.7151.96
Hex65A49B260524ab1a34
Octal1452442334605442533264
Binary1100101101001001001101110011001011001001010101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65a49b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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