Shades of Cadet Blue #58AAA8
Tints of Cadet Blue #58AAA8
RGB
CMYK
RGB Variations
Color information
#58AAA8 (or 0x58AAA8) is known color: Cadet Blue. HEX triplet: 58, AA and A8. RGB value is (88,170,168). Sum of RGB (Red+Green+Blue) = 88+170+168=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #58AAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AAA8 is #A75557. Grayscale: #919191. Windows color (decimal): -10966360 or 11053656. OLE color: 11053656.
HSL color Cylindrical-coordinate representation of color #58AAA8: hue angle of 178.54º 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 #58AAA8 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 170 | 168 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.33 |
| HSL | 178.54º | 0.33% | 0.51% | - |
| HSV(B) | 178.54º | 0.48% | 0.67% | - |
| XYZ | 25.47 | 33.65 | 42.2 | - |
| YUV | 145.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 170 | 168 | 0.48 | 0 | 0.01 | 0.33 | 178.54 | 0.33 | 0.51 |
| Hex | 58 | AA | A8 | 30 | 0 | 1 | 21 | B3 | 21 | 33 |
| Octal | 130 | 252 | 250 | 60 | 0 | 1 | 41 | 263 | 41 | 63 |
| Binary | 1011000 | 10101010 | 10101000 | 110000 | 0 | 1 | 100001 | 10110011 | 100001 | 110011 |
Color Harmonies of #58AAA8
Complementary color
Monochromatic Colors of #58AAA8
Black with #58AAA8
Text Example
Text Example
White with #58AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AAA8; }
p { color: rgb(88,170,168); }
H1.HeaderClassName
{
color: #58AAA8;
}
.AnyTagClassName
{
color: #58AAA8;
}
</style>
background-color css
<style>
a { background-color: #58AAA8; }
a { background-color: rgb(88,170,168); }
div.DivClassName
{
background-color: #58AAA8;
}
.BgClassName
{
background-color: #58AAA8;
}
</style>
border-color css
<style>
span { border-color: #58AAA8; }
span { border-color: rgb(88,170,168); }
td.TdClassName
{
border-color: #58AAA8;
}
.TagClassName
{
border-color: #58AAA8;
}
</style>