Shades of Cadet Blue #57A0AA
Tints of Cadet Blue #57A0AA
RGB
CMYK
RGB Variations
Color information
#57A0AA (or 0x57A0AA) is known color: Cadet Blue. HEX triplet: 57, A0 and AA. RGB value is (87,160,170). Sum of RGB (Red+Green+Blue) = 87+160+170=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #57A0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A0AA is #A85F55. Grayscale: #8B8B8B. Windows color (decimal): -11034454 or 11182167. OLE color: 11182167.
HSL color Cylindrical-coordinate representation of color #57A0AA: hue angle of 187.23º 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 #57A0AA is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 160 | 170 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.33 |
| HSL | 187.23º | 0.33% | 0.5% | - |
| HSV(B) | 187.23º | 0.49% | 0.67% | - |
| XYZ | 23.76 | 30.07 | 42.58 | - |
| YUV | 139.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 160 | 170 | 0.49 | 0.06 | 0 | 0.33 | 187.23 | 0.33 | 0.5 |
| Hex | 57 | A0 | AA | 31 | 6 | 0 | 21 | BB | 21 | 32 |
| Octal | 127 | 240 | 252 | 61 | 6 | 0 | 41 | 273 | 41 | 62 |
| Binary | 1010111 | 10100000 | 10101010 | 110001 | 110 | 0 | 100001 | 10111011 | 100001 | 110010 |
Color Harmonies of #57A0AA
Complementary color
Monochromatic Colors of #57A0AA
Black with #57A0AA
Text Example
Text Example
White with #57A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A0AA; }
p { color: rgb(87,160,170); }
H1.HeaderClassName
{
color: #57A0AA;
}
.AnyTagClassName
{
color: #57A0AA;
}
</style>
background-color css
<style>
a { background-color: #57A0AA; }
a { background-color: rgb(87,160,170); }
div.DivClassName
{
background-color: #57A0AA;
}
.BgClassName
{
background-color: #57A0AA;
}
</style>
border-color css
<style>
span { border-color: #57A0AA; }
span { border-color: rgb(87,160,170); }
td.TdClassName
{
border-color: #57A0AA;
}
.TagClassName
{
border-color: #57A0AA;
}
</style>