Shades of Cadet Blue #57A79F
Tints of Cadet Blue #57A79F
RGB
CMYK
RGB Variations
Color information
#57A79F (or 0x57A79F) is known color: Cadet Blue. HEX triplet: 57, A7 and 9F. RGB value is (87,167,159). Sum of RGB (Red+Green+Blue) = 87+167+159=413 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.07% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 167 - color contains mainly: green. Hex color #57A79F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A79F is #A85860. Grayscale: #8E8E8E. Windows color (decimal): -11032673 or 10463063. OLE color: 10463063.
HSL color Cylindrical-coordinate representation of color #57A79F: hue angle of 174º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A79F is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 167 | 159 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.35 |
| HSL | 174º | 0.31% | 0.5% | - |
| HSV(B) | 174º | 0.48% | 0.65% | - |
| XYZ | 24.01 | 32.17 | 37.74 | - |
| YUV | 142.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 167 | 159 | 0.48 | 0 | 0.05 | 0.35 | 174 | 0.31 | 0.5 |
| Hex | 57 | A7 | 9F | 30 | 0 | 5 | 23 | AE | 1F | 32 |
| Octal | 127 | 247 | 237 | 60 | 0 | 5 | 43 | 256 | 37 | 62 |
| Binary | 1010111 | 10100111 | 10011111 | 110000 | 0 | 101 | 100011 | 10101110 | 11111 | 110010 |
Color Harmonies of #57A79F
Complementary color
Monochromatic Colors of #57A79F
Black with #57A79F
Text Example
Text Example
White with #57A79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A79F; }
p { color: rgb(87,167,159); }
H1.HeaderClassName
{
color: #57A79F;
}
.AnyTagClassName
{
color: #57A79F;
}
</style>
background-color css
<style>
a { background-color: #57A79F; }
a { background-color: rgb(87,167,159); }
div.DivClassName
{
background-color: #57A79F;
}
.BgClassName
{
background-color: #57A79F;
}
</style>
border-color css
<style>
span { border-color: #57A79F; }
span { border-color: rgb(87,167,159); }
td.TdClassName
{
border-color: #57A79F;
}
.TagClassName
{
border-color: #57A79F;
}
</style>