Shades of Cadet Blue #57A8A1
Tints of Cadet Blue #57A8A1
RGB
CMYK
RGB Variations
Color information
#57A8A1 (or 0x57A8A1) is known color: Cadet Blue. HEX triplet: 57, A8 and A1. RGB value is (87,168,161). Sum of RGB (Red+Green+Blue) = 87+168+161=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 168 - color contains mainly: green. Hex color #57A8A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A8A1 is #A8575E. Grayscale: #8E8E8E. Windows color (decimal): -11032415 or 10594391. OLE color: 10594391.
HSL color Cylindrical-coordinate representation of color #57A8A1: hue angle of 174.81º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A8A1 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 87 | 168 | 161 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.34 |
| HSL | 174.81º | 0.32% | 0.5% | - |
| HSV(B) | 174.81º | 0.48% | 0.66% | - |
| XYZ | 24.37 | 32.6 | 38.73 | - |
| YUV | 142.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 161 | 0.48 | 0 | 0.04 | 0.34 | 174.81 | 0.32 | 0.5 |
| Hex | 57 | A8 | A1 | 30 | 0 | 4 | 22 | AF | 20 | 32 |
| Octal | 127 | 250 | 241 | 60 | 0 | 4 | 42 | 257 | 40 | 62 |
| Binary | 1010111 | 10101000 | 10100001 | 110000 | 0 | 100 | 100010 | 10101111 | 100000 | 110010 |
Color Harmonies of #57A8A1
Complementary color
Monochromatic Colors of #57A8A1
Black with #57A8A1
Text Example
Text Example
White with #57A8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A8A1; }
p { color: rgb(87,168,161); }
H1.HeaderClassName
{
color: #57A8A1;
}
.AnyTagClassName
{
color: #57A8A1;
}
</style>
background-color css
<style>
a { background-color: #57A8A1; }
a { background-color: rgb(87,168,161); }
div.DivClassName
{
background-color: #57A8A1;
}
.BgClassName
{
background-color: #57A8A1;
}
</style>
border-color css
<style>
span { border-color: #57A8A1; }
span { border-color: rgb(87,168,161); }
td.TdClassName
{
border-color: #57A8A1;
}
.TagClassName
{
border-color: #57A8A1;
}
</style>