Shades of Cadet Blue #58AAA4
Tints of Cadet Blue #58AAA4
RGB
CMYK
RGB Variations
Color information
#58AAA4 (or 0x58AAA4) is known color: Cadet Blue. HEX triplet: 58, AA and A4. RGB value is (88,170,164). Sum of RGB (Red+Green+Blue) = 88+170+164=422 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.85% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #58AAA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AAA4 is #A7555B. Grayscale: #909090. Windows color (decimal): -10966364 or 10791512. OLE color: 10791512.
HSL color Cylindrical-coordinate representation of color #58AAA4: hue angle of 175.61º 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 #58AAA4 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 170 | 164 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.33 |
| HSL | 175.61º | 0.33% | 0.51% | - |
| HSV(B) | 175.61º | 0.48% | 0.67% | - |
| XYZ | 25.1 | 33.5 | 40.27 | - |
| YUV | 144.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 170 | 164 | 0.48 | 0 | 0.04 | 0.33 | 175.61 | 0.33 | 0.51 |
| Hex | 58 | AA | A4 | 30 | 0 | 4 | 21 | B0 | 21 | 33 |
| Octal | 130 | 252 | 244 | 60 | 0 | 4 | 41 | 260 | 41 | 63 |
| Binary | 1011000 | 10101010 | 10100100 | 110000 | 0 | 100 | 100001 | 10110000 | 100001 | 110011 |
Color Harmonies of #58AAA4
Complementary color
Monochromatic Colors of #58AAA4
Black with #58AAA4
Text Example
Text Example
White with #58AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AAA4; }
p { color: rgb(88,170,164); }
H1.HeaderClassName
{
color: #58AAA4;
}
.AnyTagClassName
{
color: #58AAA4;
}
</style>
background-color css
<style>
a { background-color: #58AAA4; }
a { background-color: rgb(88,170,164); }
div.DivClassName
{
background-color: #58AAA4;
}
.BgClassName
{
background-color: #58AAA4;
}
</style>
border-color css
<style>
span { border-color: #58AAA4; }
span { border-color: rgb(88,170,164); }
td.TdClassName
{
border-color: #58AAA4;
}
.TagClassName
{
border-color: #58AAA4;
}
</style>