Shades of Cadet Blue #58A19C
Tints of Cadet Blue #58A19C
RGB
CMYK
RGB Variations
Color information
#58A19C (or 0x58A19C) is known color: Cadet Blue. HEX triplet: 58, A1 and 9C. RGB value is (88,161,156). Sum of RGB (Red+Green+Blue) = 88+161+156=405 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.73% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 161 - color contains mainly: green. Hex color #58A19C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A19C is #A75E63. Grayscale: #8A8A8A. Windows color (decimal): -10968676 or 10264920. OLE color: 10264920.
HSL color Cylindrical-coordinate representation of color #58A19C: hue angle of 175.89º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58A19C is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 161 | 156 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.37 |
| HSL | 175.89º | 0.29% | 0.49% | - |
| HSV(B) | 175.89º | 0.45% | 0.63% | - |
| XYZ | 22.77 | 29.96 | 36.04 | - |
| YUV | 138.6 | 137.82 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 161 | 156 | 0.45 | 0 | 0.03 | 0.37 | 175.89 | 0.29 | 0.49 |
| Hex | 58 | A1 | 9C | 2D | 0 | 3 | 25 | B0 | 1D | 31 |
| Octal | 130 | 241 | 234 | 55 | 0 | 3 | 45 | 260 | 35 | 61 |
| Binary | 1011000 | 10100001 | 10011100 | 101101 | 0 | 11 | 100101 | 10110000 | 11101 | 110001 |
Color Harmonies of #58A19C
Complementary color
Monochromatic Colors of #58A19C
Black with #58A19C
Text Example
Text Example
White with #58A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A19C; }
p { color: rgb(88,161,156); }
H1.HeaderClassName
{
color: #58A19C;
}
.AnyTagClassName
{
color: #58A19C;
}
</style>
background-color css
<style>
a { background-color: #58A19C; }
a { background-color: rgb(88,161,156); }
div.DivClassName
{
background-color: #58A19C;
}
.BgClassName
{
background-color: #58A19C;
}
</style>
border-color css
<style>
span { border-color: #58A19C; }
span { border-color: rgb(88,161,156); }
td.TdClassName
{
border-color: #58A19C;
}
.TagClassName
{
border-color: #58A19C;
}
</style>