Shades of Cadet Blue #5A9A98
Tints of Cadet Blue #5A9A98
RGB
CMYK
RGB Variations
Color information
#5A9A98 (or 0x5A9A98) is known color: Cadet Blue. HEX triplet: 5A, 9A and 98. RGB value is (90,154,152). Sum of RGB (Red+Green+Blue) = 90+154+152=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 154 - color contains mainly: green. Hex color #5A9A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9A98 is #A56567. Grayscale: #868686. Windows color (decimal): -10839400 or 10000986. OLE color: 10000986.
HSL color Cylindrical-coordinate representation of color #5A9A98: hue angle of 178.12º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9A98 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 154 | 152 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.40 |
| HSL | 178.13º | 0.26% | 0.48% | - |
| HSV(B) | 178.13º | 0.42% | 0.6% | - |
| XYZ | 21.44 | 27.55 | 33.89 | - |
| YUV | 134.64 | 137.8 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 154 | 152 | 0.42 | 0 | 0.01 | 0.40 | 178.13 | 0.26 | 0.48 |
| Hex | 5A | 9A | 98 | 2A | 0 | 1 | 28 | B2 | 1A | 30 |
| Octal | 132 | 232 | 230 | 52 | 0 | 1 | 50 | 262 | 32 | 60 |
| Binary | 1011010 | 10011010 | 10011000 | 101010 | 0 | 1 | 101000 | 10110010 | 11010 | 110000 |
Color Harmonies of #5A9A98
Complementary color
Monochromatic Colors of #5A9A98
Black with #5A9A98
Text Example
Text Example
White with #5A9A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9A98; }
p { color: rgb(90,154,152); }
H1.HeaderClassName
{
color: #5A9A98;
}
.AnyTagClassName
{
color: #5A9A98;
}
</style>
background-color css
<style>
a { background-color: #5A9A98; }
a { background-color: rgb(90,154,152); }
div.DivClassName
{
background-color: #5A9A98;
}
.BgClassName
{
background-color: #5A9A98;
}
</style>
border-color css
<style>
span { border-color: #5A9A98; }
span { border-color: rgb(90,154,152); }
td.TdClassName
{
border-color: #5A9A98;
}
.TagClassName
{
border-color: #5A9A98;
}
</style>