Shades of Cadet Blue #57A29A
Tints of Cadet Blue #57A29A
RGB
CMYK
RGB Variations
Color information
#57A29A (or 0x57A29A) is known color: Cadet Blue. HEX triplet: 57, A2 and 9A. RGB value is (87,162,154). Sum of RGB (Red+Green+Blue) = 87+162+154=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #57A29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A29A is #A85D65. Grayscale: #8A8A8A. Windows color (decimal): -11033958 or 10134103. OLE color: 10134103.
HSL color Cylindrical-coordinate representation of color #57A29A: hue angle of 173.6º 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 #57A29A is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 162 | 154 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.36 |
| HSL | 173.6º | 0.3% | 0.49% | - |
| HSV(B) | 173.6º | 0.46% | 0.64% | - |
| XYZ | 22.68 | 30.2 | 35.21 | - |
| YUV | 138.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 162 | 154 | 0.46 | 0 | 0.05 | 0.36 | 173.6 | 0.3 | 0.49 |
| Hex | 57 | A2 | 9A | 2E | 0 | 5 | 24 | AE | 1E | 31 |
| Octal | 127 | 242 | 232 | 56 | 0 | 5 | 44 | 256 | 36 | 61 |
| Binary | 1010111 | 10100010 | 10011010 | 101110 | 0 | 101 | 100100 | 10101110 | 11110 | 110001 |
Color Harmonies of #57A29A
Complementary color
Monochromatic Colors of #57A29A
Black with #57A29A
Text Example
Text Example
White with #57A29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A29A; }
p { color: rgb(87,162,154); }
H1.HeaderClassName
{
color: #57A29A;
}
.AnyTagClassName
{
color: #57A29A;
}
</style>
background-color css
<style>
a { background-color: #57A29A; }
a { background-color: rgb(87,162,154); }
div.DivClassName
{
background-color: #57A29A;
}
.BgClassName
{
background-color: #57A29A;
}
</style>
border-color css
<style>
span { border-color: #57A29A; }
span { border-color: rgb(87,162,154); }
td.TdClassName
{
border-color: #57A29A;
}
.TagClassName
{
border-color: #57A29A;
}
</style>