Shades of Cadet Blue #5DA09C
Tints of Cadet Blue #5DA09C
RGB
CMYK
RGB Variations
Color information
#5DA09C (or 0x5DA09C) is known color: Cadet Blue. HEX triplet: 5D, A0 and 9C. RGB value is (93,160,156). Sum of RGB (Red+Green+Blue) = 93+160+156=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA09C is #A25F63. Grayscale: #8B8B8B. Windows color (decimal): -10641252 or 10264669. OLE color: 10264669.
HSL color Cylindrical-coordinate representation of color #5DA09C: hue angle of 176.42º degrees, saturation: 0.26, 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 #5DA09C is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 156 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.37 |
| HSL | 176.42º | 0.26% | 0.5% | - |
| HSV(B) | 176.42º | 0.42% | 0.63% | - |
| XYZ | 23.09 | 29.87 | 36 | - |
| YUV | 139.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 156 | 0.42 | 0 | 0.02 | 0.37 | 176.42 | 0.26 | 0.5 |
| Hex | 5D | A0 | 9C | 2A | 0 | 2 | 25 | B0 | 1A | 32 |
| Octal | 135 | 240 | 234 | 52 | 0 | 2 | 45 | 260 | 32 | 62 |
| Binary | 1011101 | 10100000 | 10011100 | 101010 | 0 | 10 | 100101 | 10110000 | 11010 | 110010 |
Color Harmonies of #5DA09C
Complementary color
Monochromatic Colors of #5DA09C
Black with #5DA09C
Text Example
Text Example
White with #5DA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA09C; }
p { color: rgb(93,160,156); }
H1.HeaderClassName
{
color: #5DA09C;
}
.AnyTagClassName
{
color: #5DA09C;
}
</style>
background-color css
<style>
a { background-color: #5DA09C; }
a { background-color: rgb(93,160,156); }
div.DivClassName
{
background-color: #5DA09C;
}
.BgClassName
{
background-color: #5DA09C;
}
</style>
border-color css
<style>
span { border-color: #5DA09C; }
span { border-color: rgb(93,160,156); }
td.TdClassName
{
border-color: #5DA09C;
}
.TagClassName
{
border-color: #5DA09C;
}
</style>