Shades of Fountain Blue #53ADAB
Tints of Fountain Blue #53ADAB
RGB
CMYK
RGB Variations
Color information
#53ADAB (or 0x53ADAB) is known color: Fountain Blue. HEX triplet: 53, AD and AB. RGB value is (83,173,171). Sum of RGB (Red+Green+Blue) = 83+173+171=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #53ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ADAB is #AC5254. Grayscale: #919191. Windows color (decimal): -11293269 or 11251027. OLE color: 11251027.
HSL color Cylindrical-coordinate representation of color #53ADAB: hue angle of 178.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53ADAB is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 171 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.32 |
| HSL | 178.67º | 0.35% | 0.5% | - |
| HSV(B) | 178.67º | 0.52% | 0.68% | - |
| XYZ | 25.86 | 34.67 | 43.86 | - |
| YUV | 145.86 | 142.18 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 171 | 0.52 | 0 | 0.01 | 0.32 | 178.67 | 0.35 | 0.5 |
| Hex | 53 | AD | AB | 34 | 0 | 1 | 20 | B3 | 23 | 32 |
| Octal | 123 | 255 | 253 | 64 | 0 | 1 | 40 | 263 | 43 | 62 |
| Binary | 1010011 | 10101101 | 10101011 | 110100 | 0 | 1 | 100000 | 10110011 | 100011 | 110010 |
Color Harmonies of #53ADAB
Complementary color
Monochromatic Colors of #53ADAB
Black with #53ADAB
Text Example
Text Example
White with #53ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ADAB; }
p { color: rgb(83,173,171); }
H1.HeaderClassName
{
color: #53ADAB;
}
.AnyTagClassName
{
color: #53ADAB;
}
</style>
background-color css
<style>
a { background-color: #53ADAB; }
a { background-color: rgb(83,173,171); }
div.DivClassName
{
background-color: #53ADAB;
}
.BgClassName
{
background-color: #53ADAB;
}
</style>
border-color css
<style>
span { border-color: #53ADAB; }
span { border-color: rgb(83,173,171); }
td.TdClassName
{
border-color: #53ADAB;
}
.TagClassName
{
border-color: #53ADAB;
}
</style>