Shades of Cadet Blue #58A296
Tints of Cadet Blue #58A296
RGB
CMYK
RGB Variations
Color information
#58A296 (or 0x58A296) is known color: Cadet Blue. HEX triplet: 58, A2 and 96. RGB value is (88,162,150). Sum of RGB (Red+Green+Blue) = 88+162+150=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #58A296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A296 is #A75D69. Grayscale: #8A8A8A. Windows color (decimal): -10968426 or 9871960. OLE color: 9871960.
HSL color Cylindrical-coordinate representation of color #58A296: hue angle of 170.27º 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 #58A296 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 162 | 150 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.36 |
| HSL | 170.27º | 0.3% | 0.49% | - |
| HSV(B) | 170.27º | 0.46% | 0.64% | - |
| XYZ | 22.45 | 30.12 | 33.48 | - |
| YUV | 138.51 | 134.48 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 162 | 150 | 0.46 | 0 | 0.07 | 0.36 | 170.27 | 0.3 | 0.49 |
| Hex | 58 | A2 | 96 | 2E | 0 | 7 | 24 | AA | 1E | 31 |
| Octal | 130 | 242 | 226 | 56 | 0 | 7 | 44 | 252 | 36 | 61 |
| Binary | 1011000 | 10100010 | 10010110 | 101110 | 0 | 111 | 100100 | 10101010 | 11110 | 110001 |
Color Harmonies of #58A296
Complementary color
Monochromatic Colors of #58A296
Black with #58A296
Text Example
Text Example
White with #58A296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A296; }
p { color: rgb(88,162,150); }
H1.HeaderClassName
{
color: #58A296;
}
.AnyTagClassName
{
color: #58A296;
}
</style>
background-color css
<style>
a { background-color: #58A296; }
a { background-color: rgb(88,162,150); }
div.DivClassName
{
background-color: #58A296;
}
.BgClassName
{
background-color: #58A296;
}
</style>
border-color css
<style>
span { border-color: #58A296; }
span { border-color: rgb(88,162,150); }
td.TdClassName
{
border-color: #58A296;
}
.TagClassName
{
border-color: #58A296;
}
</style>