Shades of Cadet Blue #5DA197
Tints of Cadet Blue #5DA197
RGB
CMYK
RGB Variations
Color information
#5DA197 (or 0x5DA197) is known color: Cadet Blue. HEX triplet: 5D, A1 and 97. RGB value is (93,161,151). Sum of RGB (Red+Green+Blue) = 93+161+151=405 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.96% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA197 is #A25E68. Grayscale: #8B8B8B. Windows color (decimal): -10641001 or 9937245. OLE color: 9937245.
HSL color Cylindrical-coordinate representation of color #5DA197: hue angle of 171.18º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA197 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 151 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.37 |
| HSL | 171.18º | 0.27% | 0.5% | - |
| HSV(B) | 171.18º | 0.42% | 0.63% | - |
| XYZ | 22.84 | 30.05 | 33.87 | - |
| YUV | 139.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 151 | 0.42 | 0 | 0.06 | 0.37 | 171.18 | 0.27 | 0.5 |
| Hex | 5D | A1 | 97 | 2A | 0 | 6 | 25 | AB | 1B | 32 |
| Octal | 135 | 241 | 227 | 52 | 0 | 6 | 45 | 253 | 33 | 62 |
| Binary | 1011101 | 10100001 | 10010111 | 101010 | 0 | 110 | 100101 | 10101011 | 11011 | 110010 |
Color Harmonies of #5DA197
Complementary color
Monochromatic Colors of #5DA197
Black with #5DA197
Text Example
Text Example
White with #5DA197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA197; }
p { color: rgb(93,161,151); }
H1.HeaderClassName
{
color: #5DA197;
}
.AnyTagClassName
{
color: #5DA197;
}
</style>
background-color css
<style>
a { background-color: #5DA197; }
a { background-color: rgb(93,161,151); }
div.DivClassName
{
background-color: #5DA197;
}
.BgClassName
{
background-color: #5DA197;
}
</style>
border-color css
<style>
span { border-color: #5DA197; }
span { border-color: rgb(93,161,151); }
td.TdClassName
{
border-color: #5DA197;
}
.TagClassName
{
border-color: #5DA197;
}
</style>