#60A59D

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

Shades of Cadet Blue #60A59D

Tints of Cadet Blue #60A59D

Color information

#60A59D (or 0x60A59D) is unknown color: approx Cadet Blue. HEX triplet: 60, A5 and 9D. RGB value is (96,165,157). Sum of RGB (Red+Green+Blue) = 96+165+157=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 165 - color contains mainly: green. Hex color #60A59D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A59D is #9F5A62. Grayscale: #8F8F8F. Windows color (decimal): -10443363 or 10331488. OLE color: 10331488.

HSL color Cylindrical-coordinate representation of color #60A59D: hue angle of 173.04º 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 #60A59D is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB96165157-
CMYK0.4200.050.35
HSL173.04º27.71%51.18%-
HSV(B)173.04º41.82%64.71%-
XYZ24.3631.8336.76-
YUV143.46135.6494.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.97%
GREEN value IS 165 (64.84% from 255) = 39.47%
BLUE value IS 157 (61.72% from 255) = 37.56%
R=22.97%
G=39.47%
B=37.56%

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
Decimal961651570.4200.050.35173.0427.7151.18
Hex60A59D2A0523ad1c33
Octal1402452355205432553463
Binary1100000101001011001110110101001011000111010110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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