#65A49D

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

Shades of Cadet Blue #65A49D

Tints of Cadet Blue #65A49D

Color information

#65A49D (or 0x65A49D) is unknown color: approx Cadet Blue. HEX triplet: 65, A4 and 9D. RGB value is (101,164,157). Sum of RGB (Red+Green+Blue) = 101+164+157=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #65A49D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A49D is #9A5B62. Grayscale: #909090. Windows color (decimal): -10115939 or 10331237. OLE color: 10331237.

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

Color convert

RGB101164157-
CMYK0.3800.040.36
HSL173.33º25.71%51.96%-
HSV(B)173.33º38.41%64.31%-
XYZ24.7331.7536.72-
YUV144.36135.1397.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.93%
GREEN value IS 164 (64.45% from 255) = 38.86%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=23.93%
G=38.86%
B=37.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011641570.3800.040.36173.3325.7151.96
Hex65A49D260424ad1a34
Octal1452442354604442553264
Binary1100101101001001001110110011001001001001010110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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