Shades of Fountain Blue #57AFAE
Tints of Fountain Blue #57AFAE
RGB
CMYK
RGB Variations
Color information
#57AFAE (or 0x57AFAE) is known color: Fountain Blue. HEX triplet: 57, AF and AE. RGB value is (87,175,174). Sum of RGB (Red+Green+Blue) = 87+175+174=436 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.95% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #57AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AFAE is #A85051. Grayscale: #949494. Windows color (decimal): -11030610 or 11448151. OLE color: 11448151.
HSL color Cylindrical-coordinate representation of color #57AFAE: hue angle of 179.32º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AFAE is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 175 | 174 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.31 |
| HSL | 179.32º | 0.35% | 0.51% | - |
| HSV(B) | 179.32º | 0.5% | 0.69% | - |
| XYZ | 26.9 | 35.74 | 45.53 | - |
| YUV | 148.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 175 | 174 | 0.50 | 0 | 0.01 | 0.31 | 179.32 | 0.35 | 0.51 |
| Hex | 57 | AF | AE | 32 | 0 | 1 | 1F | B3 | 23 | 33 |
| Octal | 127 | 257 | 256 | 62 | 0 | 1 | 37 | 263 | 43 | 63 |
| Binary | 1010111 | 10101111 | 10101110 | 110010 | 0 | 1 | 11111 | 10110011 | 100011 | 110011 |
Color Harmonies of #57AFAE
Complementary color
Monochromatic Colors of #57AFAE
Black with #57AFAE
Text Example
Text Example
White with #57AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AFAE; }
p { color: rgb(87,175,174); }
H1.HeaderClassName
{
color: #57AFAE;
}
.AnyTagClassName
{
color: #57AFAE;
}
</style>
background-color css
<style>
a { background-color: #57AFAE; }
a { background-color: rgb(87,175,174); }
div.DivClassName
{
background-color: #57AFAE;
}
.BgClassName
{
background-color: #57AFAE;
}
</style>
border-color css
<style>
span { border-color: #57AFAE; }
span { border-color: rgb(87,175,174); }
td.TdClassName
{
border-color: #57AFAE;
}
.TagClassName
{
border-color: #57AFAE;
}
</style>