Shades of Cadet Blue #5DAAA2
Tints of Cadet Blue #5DAAA2
RGB
CMYK
RGB Variations
Color information
#5DAAA2 (or 0x5DAAA2) is known color: Cadet Blue. HEX triplet: 5D, AA and A2. RGB value is (93,170,162). Sum of RGB (Red+Green+Blue) = 93+170+162=425 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.88% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAAA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAAA2 is #A2555D. Grayscale: #929292. Windows color (decimal): -10638686 or 10660445. OLE color: 10660445.
HSL color Cylindrical-coordinate representation of color #5DAAA2: hue angle of 173.77º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DAAA2 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 170 | 162 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.33 |
| HSL | 173.77º | 0.31% | 0.52% | - |
| HSV(B) | 173.77º | 0.45% | 0.67% | - |
| XYZ | 25.41 | 33.69 | 39.35 | - |
| YUV | 146.07 | 136.99 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 170 | 162 | 0.45 | 0 | 0.05 | 0.33 | 173.77 | 0.31 | 0.52 |
| Hex | 5D | AA | A2 | 2D | 0 | 5 | 21 | AE | 1F | 34 |
| Octal | 135 | 252 | 242 | 55 | 0 | 5 | 41 | 256 | 37 | 64 |
| Binary | 1011101 | 10101010 | 10100010 | 101101 | 0 | 101 | 100001 | 10101110 | 11111 | 110100 |
Color Harmonies of #5DAAA2
Complementary color
Monochromatic Colors of #5DAAA2
Black with #5DAAA2
Text Example
Text Example
White with #5DAAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAAA2; }
p { color: rgb(93,170,162); }
H1.HeaderClassName
{
color: #5DAAA2;
}
.AnyTagClassName
{
color: #5DAAA2;
}
</style>
background-color css
<style>
a { background-color: #5DAAA2; }
a { background-color: rgb(93,170,162); }
div.DivClassName
{
background-color: #5DAAA2;
}
.BgClassName
{
background-color: #5DAAA2;
}
</style>
border-color css
<style>
span { border-color: #5DAAA2; }
span { border-color: rgb(93,170,162); }
td.TdClassName
{
border-color: #5DAAA2;
}
.TagClassName
{
border-color: #5DAAA2;
}
</style>