Shades of Fountain Blue #56AFAE
Tints of Fountain Blue #56AFAE
RGB
CMYK
RGB Variations
Color information
#56AFAE (or 0x56AFAE) is known color: Fountain Blue. HEX triplet: 56, AF and AE. RGB value is (86,175,174). Sum of RGB (Red+Green+Blue) = 86+175+174=435 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.77% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #56AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AFAE is #A95051. Grayscale: #949494. Windows color (decimal): -11096146 or 11448150. OLE color: 11448150.
HSL color Cylindrical-coordinate representation of color #56AFAE: hue angle of 179.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56AFAE is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 175 | 174 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.31 |
| HSL | 179.33º | 0.36% | 0.51% | - |
| HSV(B) | 179.33º | 0.51% | 0.69% | - |
| XYZ | 26.81 | 35.69 | 45.52 | - |
| YUV | 148.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 175 | 174 | 0.51 | 0 | 0.01 | 0.31 | 179.33 | 0.36 | 0.51 |
| Hex | 56 | AF | AE | 33 | 0 | 1 | 1F | B3 | 24 | 33 |
| Octal | 126 | 257 | 256 | 63 | 0 | 1 | 37 | 263 | 44 | 63 |
| Binary | 1010110 | 10101111 | 10101110 | 110011 | 0 | 1 | 11111 | 10110011 | 100100 | 110011 |
Color Harmonies of #56AFAE
Complementary color
Monochromatic Colors of #56AFAE
Black with #56AFAE
Text Example
Text Example
White with #56AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AFAE; }
p { color: rgb(86,175,174); }
H1.HeaderClassName
{
color: #56AFAE;
}
.AnyTagClassName
{
color: #56AFAE;
}
</style>
background-color css
<style>
a { background-color: #56AFAE; }
a { background-color: rgb(86,175,174); }
div.DivClassName
{
background-color: #56AFAE;
}
.BgClassName
{
background-color: #56AFAE;
}
</style>
border-color css
<style>
span { border-color: #56AFAE; }
span { border-color: rgb(86,175,174); }
td.TdClassName
{
border-color: #56AFAE;
}
.TagClassName
{
border-color: #56AFAE;
}
</style>