Shades of Fountain Blue #53AFAC
Tints of Fountain Blue #53AFAC
RGB
CMYK
RGB Variations
Color information
#53AFAC (or 0x53AFAC) is known color: Fountain Blue. HEX triplet: 53, AF and AC. RGB value is (83,175,172). Sum of RGB (Red+Green+Blue) = 83+175+172=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #53AFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AFAC is #AC5053. Grayscale: #939393. Windows color (decimal): -11292756 or 11317075. OLE color: 11317075.
HSL color Cylindrical-coordinate representation of color #53AFAC: hue angle of 178.04º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53AFAC is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 175 | 172 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.31 |
| HSL | 178.04º | 0.37% | 0.51% | - |
| HSV(B) | 178.04º | 0.53% | 0.69% | - |
| XYZ | 26.34 | 35.48 | 44.49 | - |
| YUV | 147.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 172 | 0.53 | 0 | 0.02 | 0.31 | 178.04 | 0.37 | 0.51 |
| Hex | 53 | AF | AC | 35 | 0 | 2 | 1F | B2 | 25 | 33 |
| Octal | 123 | 257 | 254 | 65 | 0 | 2 | 37 | 262 | 45 | 63 |
| Binary | 1010011 | 10101111 | 10101100 | 110101 | 0 | 10 | 11111 | 10110010 | 100101 | 110011 |
Color Harmonies of #53AFAC
Complementary color
Monochromatic Colors of #53AFAC
Black with #53AFAC
Text Example
Text Example
White with #53AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AFAC; }
p { color: rgb(83,175,172); }
H1.HeaderClassName
{
color: #53AFAC;
}
.AnyTagClassName
{
color: #53AFAC;
}
</style>
background-color css
<style>
a { background-color: #53AFAC; }
a { background-color: rgb(83,175,172); }
div.DivClassName
{
background-color: #53AFAC;
}
.BgClassName
{
background-color: #53AFAC;
}
</style>
border-color css
<style>
span { border-color: #53AFAC; }
span { border-color: rgb(83,175,172); }
td.TdClassName
{
border-color: #53AFAC;
}
.TagClassName
{
border-color: #53AFAC;
}
</style>