Shades of Cadet Blue #5CA99E
Tints of Cadet Blue #5CA99E
RGB
CMYK
RGB Variations
Color information
#5CA99E (or 0x5CA99E) is known color: Cadet Blue. HEX triplet: 5C, A9 and 9E. RGB value is (92,169,158). Sum of RGB (Red+Green+Blue) = 92+169+158=419 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.96% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #5CA99E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA99E is #A35661. Grayscale: #909090. Windows color (decimal): -10704482 or 10398044. OLE color: 10398044.
HSL color Cylindrical-coordinate representation of color #5CA99E: hue angle of 171.43º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CA99E is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 92 | 169 | 158 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.34 |
| HSL | 171.43º | 0.31% | 0.51% | - |
| HSV(B) | 171.43º | 0.46% | 0.66% | - |
| XYZ | 24.77 | 33.12 | 37.43 | - |
| YUV | 144.72 | 135.49 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 169 | 158 | 0.46 | 0 | 0.07 | 0.34 | 171.43 | 0.31 | 0.51 |
| Hex | 5C | A9 | 9E | 2E | 0 | 7 | 22 | AB | 1F | 33 |
| Octal | 134 | 251 | 236 | 56 | 0 | 7 | 42 | 253 | 37 | 63 |
| Binary | 1011100 | 10101001 | 10011110 | 101110 | 0 | 111 | 100010 | 10101011 | 11111 | 110011 |
Color Harmonies of #5CA99E
Complementary color
Monochromatic Colors of #5CA99E
Black with #5CA99E
Text Example
Text Example
White with #5CA99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA99E; }
p { color: rgb(92,169,158); }
H1.HeaderClassName
{
color: #5CA99E;
}
.AnyTagClassName
{
color: #5CA99E;
}
</style>
background-color css
<style>
a { background-color: #5CA99E; }
a { background-color: rgb(92,169,158); }
div.DivClassName
{
background-color: #5CA99E;
}
.BgClassName
{
background-color: #5CA99E;
}
</style>
border-color css
<style>
span { border-color: #5CA99E; }
span { border-color: rgb(92,169,158); }
td.TdClassName
{
border-color: #5CA99E;
}
.TagClassName
{
border-color: #5CA99E;
}
</style>