Shades of Cadet Blue #57AAA3
Tints of Cadet Blue #57AAA3
RGB
CMYK
RGB Variations
Color information
#57AAA3 (or 0x57AAA3) is known color: Cadet Blue. HEX triplet: 57, AA and A3. RGB value is (87,170,163). Sum of RGB (Red+Green+Blue) = 87+170+163=420 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.71% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #57AAA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AAA3 is #A8555C. Grayscale: #909090. Windows color (decimal): -11031901 or 10725975. OLE color: 10725975.
HSL color Cylindrical-coordinate representation of color #57AAA3: hue angle of 174.94º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57AAA3 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 170 | 163 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.33 |
| HSL | 174.94º | 0.33% | 0.5% | - |
| HSV(B) | 174.94º | 0.49% | 0.67% | - |
| XYZ | 24.92 | 33.42 | 39.79 | - |
| YUV | 144.39 | 138.5 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 170 | 163 | 0.49 | 0 | 0.04 | 0.33 | 174.94 | 0.33 | 0.5 |
| Hex | 57 | AA | A3 | 31 | 0 | 4 | 21 | AF | 21 | 32 |
| Octal | 127 | 252 | 243 | 61 | 0 | 4 | 41 | 257 | 41 | 62 |
| Binary | 1010111 | 10101010 | 10100011 | 110001 | 0 | 100 | 100001 | 10101111 | 100001 | 110010 |
Color Harmonies of #57AAA3
Complementary color
Monochromatic Colors of #57AAA3
Black with #57AAA3
Text Example
Text Example
White with #57AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AAA3; }
p { color: rgb(87,170,163); }
H1.HeaderClassName
{
color: #57AAA3;
}
.AnyTagClassName
{
color: #57AAA3;
}
</style>
background-color css
<style>
a { background-color: #57AAA3; }
a { background-color: rgb(87,170,163); }
div.DivClassName
{
background-color: #57AAA3;
}
.BgClassName
{
background-color: #57AAA3;
}
</style>
border-color css
<style>
span { border-color: #57AAA3; }
span { border-color: rgb(87,170,163); }
td.TdClassName
{
border-color: #57AAA3;
}
.TagClassName
{
border-color: #57AAA3;
}
</style>