Shades of Cadet Blue #5CA09B
Tints of Cadet Blue #5CA09B
RGB
CMYK
RGB Variations
Color information
#5CA09B (or 0x5CA09B) is known color: Cadet Blue. HEX triplet: 5C, A0 and 9B. RGB value is (92,160,155). Sum of RGB (Red+Green+Blue) = 92+160+155=407 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.60% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 160 - color contains mainly: green. Hex color #5CA09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA09B is #A35F64. Grayscale: #8B8B8B. Windows color (decimal): -10706789 or 10199132. OLE color: 10199132.
HSL color Cylindrical-coordinate representation of color #5CA09B: hue angle of 175.59º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5CA09B is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 160 | 155 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.37 |
| HSL | 175.59º | 0.27% | 0.49% | - |
| HSV(B) | 175.59º | 0.43% | 0.63% | - |
| XYZ | 22.9 | 29.78 | 35.55 | - |
| YUV | 139.1 | 136.97 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 160 | 155 | 0.43 | 0 | 0.03 | 0.37 | 175.59 | 0.27 | 0.49 |
| Hex | 5C | A0 | 9B | 2B | 0 | 3 | 25 | B0 | 1B | 31 |
| Octal | 134 | 240 | 233 | 53 | 0 | 3 | 45 | 260 | 33 | 61 |
| Binary | 1011100 | 10100000 | 10011011 | 101011 | 0 | 11 | 100101 | 10110000 | 11011 | 110001 |
Color Harmonies of #5CA09B
Complementary color
Monochromatic Colors of #5CA09B
Black with #5CA09B
Text Example
Text Example
White with #5CA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA09B; }
p { color: rgb(92,160,155); }
H1.HeaderClassName
{
color: #5CA09B;
}
.AnyTagClassName
{
color: #5CA09B;
}
</style>
background-color css
<style>
a { background-color: #5CA09B; }
a { background-color: rgb(92,160,155); }
div.DivClassName
{
background-color: #5CA09B;
}
.BgClassName
{
background-color: #5CA09B;
}
</style>
border-color css
<style>
span { border-color: #5CA09B; }
span { border-color: rgb(92,160,155); }
td.TdClassName
{
border-color: #5CA09B;
}
.TagClassName
{
border-color: #5CA09B;
}
</style>