Shades of Cadet Blue #58ABA3
Tints of Cadet Blue #58ABA3
RGB
CMYK
RGB Variations
Color information
#58ABA3 (or 0x58ABA3) is known color: Cadet Blue. HEX triplet: 58, AB and A3. RGB value is (88,171,163). Sum of RGB (Red+Green+Blue) = 88+171+163=422 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.85% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #58ABA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ABA3 is #A7545C. Grayscale: #919191. Windows color (decimal): -10966109 or 10726232. OLE color: 10726232.
HSL color Cylindrical-coordinate representation of color #58ABA3: hue angle of 174.22º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58ABA3 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 171 | 163 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.33 |
| HSL | 174.22º | 0.33% | 0.51% | - |
| HSV(B) | 174.22º | 0.49% | 0.67% | - |
| XYZ | 25.2 | 33.84 | 39.85 | - |
| YUV | 145.27 | 138 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 163 | 0.49 | 0 | 0.05 | 0.33 | 174.22 | 0.33 | 0.51 |
| Hex | 58 | AB | A3 | 31 | 0 | 5 | 21 | AE | 21 | 33 |
| Octal | 130 | 253 | 243 | 61 | 0 | 5 | 41 | 256 | 41 | 63 |
| Binary | 1011000 | 10101011 | 10100011 | 110001 | 0 | 101 | 100001 | 10101110 | 100001 | 110011 |
Color Harmonies of #58ABA3
Complementary color
Monochromatic Colors of #58ABA3
Black with #58ABA3
Text Example
Text Example
White with #58ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ABA3; }
p { color: rgb(88,171,163); }
H1.HeaderClassName
{
color: #58ABA3;
}
.AnyTagClassName
{
color: #58ABA3;
}
</style>
background-color css
<style>
a { background-color: #58ABA3; }
a { background-color: rgb(88,171,163); }
div.DivClassName
{
background-color: #58ABA3;
}
.BgClassName
{
background-color: #58ABA3;
}
</style>
border-color css
<style>
span { border-color: #58ABA3; }
span { border-color: rgb(88,171,163); }
td.TdClassName
{
border-color: #58ABA3;
}
.TagClassName
{
border-color: #58ABA3;
}
</style>