#60A59C

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

Shades of Cadet Blue #60A59C

Tints of Cadet Blue #60A59C

Color information

#60A59C (or 0x60A59C) is unknown color: approx Cadet Blue. HEX triplet: 60, A5 and 9C. RGB value is (96,165,156). Sum of RGB (Red+Green+Blue) = 96+165+156=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 165 - color contains mainly: green. Hex color #60A59C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A59C is #9F5A63. Grayscale: #8F8F8F. Windows color (decimal): -10443364 or 10265952. OLE color: 10265952.

HSL color Cylindrical-coordinate representation of color #60A59C: hue angle of 172.17º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A59C is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB96165156-
CMYK0.4200.050.35
HSL172.17º27.71%51.18%-
HSV(B)172.17º41.82%64.71%-
XYZ24.2831.836.31-
YUV143.34135.1494.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.02%
GREEN value IS 165 (64.84% from 255) = 39.57%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=23.02%
G=39.57%
B=37.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961651560.4200.050.35172.1727.7151.18
Hex60A59C2A0523ac1c33
Octal1402452345205432543463
Binary1100000101001011001110010101001011000111010110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60A59C; }

 p { color: rgb(96,165,156); }

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

<style>
 a { background-color: #60A59C; }

 a { background-color: rgb(96,165,156); }

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

<style>
 span { border-color: #60A59C; }

 span { border-color: rgb(96,165,156); }

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