#65A39C

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

Shades of Cadet Blue #65A39C

Tints of Cadet Blue #65A39C

Color information

#65A39C (or 0x65A39C) is unknown color: approx Cadet Blue. HEX triplet: 65, A3 and 9C. RGB value is (101,163,156). Sum of RGB (Red+Green+Blue) = 101+163+156=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 163 - color contains mainly: green. Hex color #65A39C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A39C is #9A5C63. Grayscale: #8F8F8F. Windows color (decimal): -10116196 or 10265445. OLE color: 10265445.

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

Color convert

RGB101163156-
CMYK0.3800.040.36
HSL173.23º25.2%51.76%-
HSV(B)173.23º38.04%63.92%-
XYZ24.4631.3636.22-
YUV143.66134.9697.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.05%
GREEN value IS 163 (64.06% from 255) = 38.81%
BLUE value IS 156 (61.33% from 255) = 37.14%
R=24.05%
G=38.81%
B=37.14%

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
Decimal1011631560.3800.040.36173.2325.251.76
Hex65A39C260424ad1934
Octal1452432344604442553164
Binary1100101101000111001110010011001001001001010110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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