Shades of Fountain Blue #53A8AC
Tints of Fountain Blue #53A8AC
RGB
CMYK
RGB Variations
Color information
#53A8AC (or 0x53A8AC) is known color: Fountain Blue. HEX triplet: 53, A8 and AC. RGB value is (83,168,172). Sum of RGB (Red+Green+Blue) = 83+168+172=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #53A8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A8AC is #AC5753. Grayscale: #8E8E8E. Windows color (decimal): -11294548 or 11315283. OLE color: 11315283.
HSL color Cylindrical-coordinate representation of color #53A8AC: hue angle of 182.7º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53A8AC is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 168 | 172 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.33 |
| HSL | 182.7º | 0.35% | 0.5% | - |
| HSV(B) | 182.7º | 0.52% | 0.67% | - |
| XYZ | 25.02 | 32.82 | 44.05 | - |
| YUV | 143.04 | 144.34 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 172 | 0.52 | 0.02 | 0 | 0.33 | 182.7 | 0.35 | 0.5 |
| Hex | 53 | A8 | AC | 34 | 2 | 0 | 21 | B7 | 23 | 32 |
| Octal | 123 | 250 | 254 | 64 | 2 | 0 | 41 | 267 | 43 | 62 |
| Binary | 1010011 | 10101000 | 10101100 | 110100 | 10 | 0 | 100001 | 10110111 | 100011 | 110010 |
Color Harmonies of #53A8AC
Complementary color
Monochromatic Colors of #53A8AC
Black with #53A8AC
Text Example
Text Example
White with #53A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A8AC; }
p { color: rgb(83,168,172); }
H1.HeaderClassName
{
color: #53A8AC;
}
.AnyTagClassName
{
color: #53A8AC;
}
</style>
background-color css
<style>
a { background-color: #53A8AC; }
a { background-color: rgb(83,168,172); }
div.DivClassName
{
background-color: #53A8AC;
}
.BgClassName
{
background-color: #53A8AC;
}
</style>
border-color css
<style>
span { border-color: #53A8AC; }
span { border-color: rgb(83,168,172); }
td.TdClassName
{
border-color: #53A8AC;
}
.TagClassName
{
border-color: #53A8AC;
}
</style>