Shades of Cadet Blue #58AAA6
Tints of Cadet Blue #58AAA6
RGB
CMYK
RGB Variations
Color information
#58AAA6 (or 0x58AAA6) is known color: Cadet Blue. HEX triplet: 58, AA and A6. RGB value is (88,170,166). Sum of RGB (Red+Green+Blue) = 88+170+166=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #58AAA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AAA6 is #A75559. Grayscale: #909090. Windows color (decimal): -10966362 or 10922584. OLE color: 10922584.
HSL color Cylindrical-coordinate representation of color #58AAA6: hue angle of 177.07º 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 #58AAA6 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 170 | 166 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.33 |
| HSL | 177.07º | 0.33% | 0.51% | - |
| HSV(B) | 177.07º | 0.48% | 0.67% | - |
| XYZ | 25.28 | 33.58 | 41.22 | - |
| YUV | 145.03 | 139.83 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 170 | 166 | 0.48 | 0 | 0.02 | 0.33 | 177.07 | 0.33 | 0.51 |
| Hex | 58 | AA | A6 | 30 | 0 | 2 | 21 | B1 | 21 | 33 |
| Octal | 130 | 252 | 246 | 60 | 0 | 2 | 41 | 261 | 41 | 63 |
| Binary | 1011000 | 10101010 | 10100110 | 110000 | 0 | 10 | 100001 | 10110001 | 100001 | 110011 |
Color Harmonies of #58AAA6
Complementary color
Monochromatic Colors of #58AAA6
Black with #58AAA6
Text Example
Text Example
White with #58AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AAA6; }
p { color: rgb(88,170,166); }
H1.HeaderClassName
{
color: #58AAA6;
}
.AnyTagClassName
{
color: #58AAA6;
}
</style>
background-color css
<style>
a { background-color: #58AAA6; }
a { background-color: rgb(88,170,166); }
div.DivClassName
{
background-color: #58AAA6;
}
.BgClassName
{
background-color: #58AAA6;
}
</style>
border-color css
<style>
span { border-color: #58AAA6; }
span { border-color: rgb(88,170,166); }
td.TdClassName
{
border-color: #58AAA6;
}
.TagClassName
{
border-color: #58AAA6;
}
</style>