Shades of Cadet Blue #58AAA0
Tints of Cadet Blue #58AAA0
RGB
CMYK
RGB Variations
Color information
#58AAA0 (or 0x58AAA0) is known color: Cadet Blue. HEX triplet: 58, AA and A0. RGB value is (88,170,160). Sum of RGB (Red+Green+Blue) = 88+170+160=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #58AAA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AAA0 is #A7555F. Grayscale: #909090. Windows color (decimal): -10966368 or 10529368. OLE color: 10529368.
HSL color Cylindrical-coordinate representation of color #58AAA0: hue angle of 172.68º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58AAA0 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 170 | 160 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.33 |
| HSL | 172.68º | 0.33% | 0.51% | - |
| HSV(B) | 172.68º | 0.48% | 0.67% | - |
| XYZ | 24.74 | 33.36 | 38.39 | - |
| YUV | 144.34 | 136.83 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 170 | 160 | 0.48 | 0 | 0.06 | 0.33 | 172.68 | 0.33 | 0.51 |
| Hex | 58 | AA | A0 | 30 | 0 | 6 | 21 | AD | 21 | 33 |
| Octal | 130 | 252 | 240 | 60 | 0 | 6 | 41 | 255 | 41 | 63 |
| Binary | 1011000 | 10101010 | 10100000 | 110000 | 0 | 110 | 100001 | 10101101 | 100001 | 110011 |
Color Harmonies of #58AAA0
Complementary color
Monochromatic Colors of #58AAA0
Black with #58AAA0
Text Example
Text Example
White with #58AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AAA0; }
p { color: rgb(88,170,160); }
H1.HeaderClassName
{
color: #58AAA0;
}
.AnyTagClassName
{
color: #58AAA0;
}
</style>
background-color css
<style>
a { background-color: #58AAA0; }
a { background-color: rgb(88,170,160); }
div.DivClassName
{
background-color: #58AAA0;
}
.BgClassName
{
background-color: #58AAA0;
}
</style>
border-color css
<style>
span { border-color: #58AAA0; }
span { border-color: rgb(88,170,160); }
td.TdClassName
{
border-color: #58AAA0;
}
.TagClassName
{
border-color: #58AAA0;
}
</style>