Shades of Cadet Blue #60A0AA
Tints of Cadet Blue #60A0AA
RGB
CMYK
RGB Variations
Color information
#60A0AA (or 0x60A0AA) is known color: Cadet Blue. HEX triplet: 60, A0 and AA. RGB value is (96,160,170). Sum of RGB (Red+Green+Blue) = 96+160+170=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #60A0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A0AA is #9F5F55. Grayscale: #8D8D8D. Windows color (decimal): -10444630 or 11182176. OLE color: 11182176.
HSL color Cylindrical-coordinate representation of color #60A0AA: hue angle of 188.11º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60A0AA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 160 | 170 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.33 |
| HSL | 188.11º | 0.3% | 0.52% | - |
| HSV(B) | 188.11º | 0.44% | 0.67% | - |
| XYZ | 24.65 | 30.53 | 42.62 | - |
| YUV | 142 | 143.8 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 160 | 170 | 0.44 | 0.06 | 0 | 0.33 | 188.11 | 0.3 | 0.52 |
| Hex | 60 | A0 | AA | 2C | 6 | 0 | 21 | BC | 1E | 34 |
| Octal | 140 | 240 | 252 | 54 | 6 | 0 | 41 | 274 | 36 | 64 |
| Binary | 1100000 | 10100000 | 10101010 | 101100 | 110 | 0 | 100001 | 10111100 | 11110 | 110100 |
Color Harmonies of #60A0AA
Complementary color
Monochromatic Colors of #60A0AA
Black with #60A0AA
Text Example
Text Example
White with #60A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A0AA; }
p { color: rgb(96,160,170); }
H1.HeaderClassName
{
color: #60A0AA;
}
.AnyTagClassName
{
color: #60A0AA;
}
</style>
background-color css
<style>
a { background-color: #60A0AA; }
a { background-color: rgb(96,160,170); }
div.DivClassName
{
background-color: #60A0AA;
}
.BgClassName
{
background-color: #60A0AA;
}
</style>
border-color css
<style>
span { border-color: #60A0AA; }
span { border-color: rgb(96,160,170); }
td.TdClassName
{
border-color: #60A0AA;
}
.TagClassName
{
border-color: #60A0AA;
}
</style>