Shades of Cadet Blue #58AAA1
Tints of Cadet Blue #58AAA1
RGB
CMYK
RGB Variations
Color information
#58AAA1 (or 0x58AAA1) is known color: Cadet Blue. HEX triplet: 58, AA and A1. RGB value is (88,170,161). Sum of RGB (Red+Green+Blue) = 88+170+161=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #58AAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AAA1 is #A7555E. Grayscale: #909090. Windows color (decimal): -10966367 or 10594904. OLE color: 10594904.
HSL color Cylindrical-coordinate representation of color #58AAA1: hue angle of 173.41º 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 #58AAA1 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 170 | 161 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.33 |
| HSL | 173.41º | 0.33% | 0.51% | - |
| HSV(B) | 173.41º | 0.48% | 0.67% | - |
| XYZ | 24.83 | 33.4 | 38.86 | - |
| YUV | 144.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 170 | 161 | 0.48 | 0 | 0.05 | 0.33 | 173.41 | 0.33 | 0.51 |
| Hex | 58 | AA | A1 | 30 | 0 | 5 | 21 | AD | 21 | 33 |
| Octal | 130 | 252 | 241 | 60 | 0 | 5 | 41 | 255 | 41 | 63 |
| Binary | 1011000 | 10101010 | 10100001 | 110000 | 0 | 101 | 100001 | 10101101 | 100001 | 110011 |
Color Harmonies of #58AAA1
Complementary color
Monochromatic Colors of #58AAA1
Black with #58AAA1
Text Example
Text Example
White with #58AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AAA1; }
p { color: rgb(88,170,161); }
H1.HeaderClassName
{
color: #58AAA1;
}
.AnyTagClassName
{
color: #58AAA1;
}
</style>
background-color css
<style>
a { background-color: #58AAA1; }
a { background-color: rgb(88,170,161); }
div.DivClassName
{
background-color: #58AAA1;
}
.BgClassName
{
background-color: #58AAA1;
}
</style>
border-color css
<style>
span { border-color: #58AAA1; }
span { border-color: rgb(88,170,161); }
td.TdClassName
{
border-color: #58AAA1;
}
.TagClassName
{
border-color: #58AAA1;
}
</style>