Shades of Cadet Blue #57A299
Tints of Cadet Blue #57A299
RGB
CMYK
RGB Variations
Color information
#57A299 (or 0x57A299) is known color: Cadet Blue. HEX triplet: 57, A2 and 99. RGB value is (87,162,153). Sum of RGB (Red+Green+Blue) = 87+162+153=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #57A299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A299 is #A85D66. Grayscale: #8A8A8A. Windows color (decimal): -11033959 or 10068567. OLE color: 10068567.
HSL color Cylindrical-coordinate representation of color #57A299: hue angle of 172.8º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A299 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 162 | 153 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.36 |
| HSL | 172.8º | 0.3% | 0.49% | - |
| HSV(B) | 172.8º | 0.46% | 0.64% | - |
| XYZ | 22.6 | 30.17 | 34.77 | - |
| YUV | 138.55 | 136.15 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 162 | 153 | 0.46 | 0 | 0.06 | 0.36 | 172.8 | 0.3 | 0.49 |
| Hex | 57 | A2 | 99 | 2E | 0 | 6 | 24 | AD | 1E | 31 |
| Octal | 127 | 242 | 231 | 56 | 0 | 6 | 44 | 255 | 36 | 61 |
| Binary | 1010111 | 10100010 | 10011001 | 101110 | 0 | 110 | 100100 | 10101101 | 11110 | 110001 |
Color Harmonies of #57A299
Complementary color
Monochromatic Colors of #57A299
Black with #57A299
Text Example
Text Example
White with #57A299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A299; }
p { color: rgb(87,162,153); }
H1.HeaderClassName
{
color: #57A299;
}
.AnyTagClassName
{
color: #57A299;
}
</style>
background-color css
<style>
a { background-color: #57A299; }
a { background-color: rgb(87,162,153); }
div.DivClassName
{
background-color: #57A299;
}
.BgClassName
{
background-color: #57A299;
}
</style>
border-color css
<style>
span { border-color: #57A299; }
span { border-color: rgb(87,162,153); }
td.TdClassName
{
border-color: #57A299;
}
.TagClassName
{
border-color: #57A299;
}
</style>