Shades of Cadet Blue #58A49F
Tints of Cadet Blue #58A49F
RGB
CMYK
RGB Variations
Color information
#58A49F (or 0x58A49F) is known color: Cadet Blue. HEX triplet: 58, A4 and 9F. RGB value is (88,164,159). Sum of RGB (Red+Green+Blue) = 88+164+159=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 164 - color contains mainly: green. Hex color #58A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A49F is #A75B60. Grayscale: #8C8C8C. Windows color (decimal): -10967905 or 10462296. OLE color: 10462296.
HSL color Cylindrical-coordinate representation of color #58A49F: hue angle of 176.05º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A49F is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 164 | 159 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.36 |
| HSL | 176.05º | 0.3% | 0.49% | - |
| HSV(B) | 176.05º | 0.46% | 0.64% | - |
| XYZ | 23.56 | 31.13 | 37.57 | - |
| YUV | 140.71 | 138.32 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 164 | 159 | 0.46 | 0 | 0.03 | 0.36 | 176.05 | 0.3 | 0.49 |
| Hex | 58 | A4 | 9F | 2E | 0 | 3 | 24 | B0 | 1E | 31 |
| Octal | 130 | 244 | 237 | 56 | 0 | 3 | 44 | 260 | 36 | 61 |
| Binary | 1011000 | 10100100 | 10011111 | 101110 | 0 | 11 | 100100 | 10110000 | 11110 | 110001 |
Color Harmonies of #58A49F
Complementary color
Monochromatic Colors of #58A49F
Black with #58A49F
Text Example
Text Example
White with #58A49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A49F; }
p { color: rgb(88,164,159); }
H1.HeaderClassName
{
color: #58A49F;
}
.AnyTagClassName
{
color: #58A49F;
}
</style>
background-color css
<style>
a { background-color: #58A49F; }
a { background-color: rgb(88,164,159); }
div.DivClassName
{
background-color: #58A49F;
}
.BgClassName
{
background-color: #58A49F;
}
</style>
border-color css
<style>
span { border-color: #58A49F; }
span { border-color: rgb(88,164,159); }
td.TdClassName
{
border-color: #58A49F;
}
.TagClassName
{
border-color: #58A49F;
}
</style>