Shades of Fountain Blue #51AFAE
Tints of Fountain Blue #51AFAE
RGB
CMYK
RGB Variations
Color information
#51AFAE (or 0x51AFAE) is known color: Fountain Blue. HEX triplet: 51, AF and AE. RGB value is (81,175,174). Sum of RGB (Red+Green+Blue) = 81+175+174=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #51AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AFAE is #AE5051. Grayscale: #929292. Windows color (decimal): -11423826 or 11448145. OLE color: 11448145.
HSL color Cylindrical-coordinate representation of color #51AFAE: hue angle of 179.36º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51AFAE is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 175 | 174 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.31 |
| HSL | 179.36º | 0.37% | 0.5% | - |
| HSV(B) | 179.36º | 0.54% | 0.69% | - |
| XYZ | 26.36 | 35.47 | 45.5 | - |
| YUV | 146.78 | 143.36 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 175 | 174 | 0.54 | 0 | 0.01 | 0.31 | 179.36 | 0.37 | 0.5 |
| Hex | 51 | AF | AE | 36 | 0 | 1 | 1F | B3 | 25 | 32 |
| Octal | 121 | 257 | 256 | 66 | 0 | 1 | 37 | 263 | 45 | 62 |
| Binary | 1010001 | 10101111 | 10101110 | 110110 | 0 | 1 | 11111 | 10110011 | 100101 | 110010 |
Color Harmonies of #51AFAE
Complementary color
Monochromatic Colors of #51AFAE
Black with #51AFAE
Text Example
Text Example
White with #51AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AFAE; }
p { color: rgb(81,175,174); }
H1.HeaderClassName
{
color: #51AFAE;
}
.AnyTagClassName
{
color: #51AFAE;
}
</style>
background-color css
<style>
a { background-color: #51AFAE; }
a { background-color: rgb(81,175,174); }
div.DivClassName
{
background-color: #51AFAE;
}
.BgClassName
{
background-color: #51AFAE;
}
</style>
border-color css
<style>
span { border-color: #51AFAE; }
span { border-color: rgb(81,175,174); }
td.TdClassName
{
border-color: #51AFAE;
}
.TagClassName
{
border-color: #51AFAE;
}
</style>