#60A29F

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

Shades of Cadet Blue #60A29F

Tints of Cadet Blue #60A29F

Color information

#60A29F (or 0x60A29F) is unknown color: approx Cadet Blue. HEX triplet: 60, A2 and 9F. RGB value is (96,162,159). Sum of RGB (Red+Green+Blue) = 96+162+159=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #60A29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A29F is #9F5D60. Grayscale: #8D8D8D. Windows color (decimal): -10444129 or 10461792. OLE color: 10461792.

HSL color Cylindrical-coordinate representation of color #60A29F: hue angle of 177.27º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60A29F is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB96162159-
CMYK0.4100.020.36
HSL177.27º26.19%50.59%-
HSV(B)177.27º40.74%63.53%-
XYZ2430.8337.49-
YUV141.92137.6395.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.02%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=23.02%
G=38.85%
B=38.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961621590.4100.020.36177.2726.1950.59
Hex60A29F290224b11a33
Octal1402422375102442613263
Binary110000010100010100111111010010101001001011000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,162,159); }

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

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

 a { background-color: rgb(96,162,159); }

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

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

 span { border-color: rgb(96,162,159); }

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