Shades of Fountain Blue #62ADB9
Tints of Fountain Blue #62ADB9
RGB
CMYK
RGB Variations
Color information
#62ADB9 (or 0x62ADB9) is known color: Fountain Blue. HEX triplet: 62, AD and B9. RGB value is (98,173,185). Sum of RGB (Red+Green+Blue) = 98+173+185=456 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.49% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #62ADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ADB9 is #9D5246. Grayscale: #979797. Windows color (decimal): -10310215 or 12168546. OLE color: 12168546.
HSL color Cylindrical-coordinate representation of color #62ADB9: hue angle of 188.28º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62ADB9 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 173 | 185 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.27 |
| HSL | 188.28º | 0.38% | 0.55% | - |
| HSV(B) | 188.28º | 0.47% | 0.73% | - |
| XYZ | 28.74 | 35.99 | 51.33 | - |
| YUV | 151.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 173 | 185 | 0.47 | 0.06 | 0 | 0.27 | 188.28 | 0.38 | 0.55 |
| Hex | 62 | AD | B9 | 2F | 6 | 0 | 1B | BC | 26 | 37 |
| Octal | 142 | 255 | 271 | 57 | 6 | 0 | 33 | 274 | 46 | 67 |
| Binary | 1100010 | 10101101 | 10111001 | 101111 | 110 | 0 | 11011 | 10111100 | 100110 | 110111 |
Color Harmonies of #62ADB9
Complementary color
Monochromatic Colors of #62ADB9
Black with #62ADB9
Text Example
Text Example
White with #62ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ADB9; }
p { color: rgb(98,173,185); }
H1.HeaderClassName
{
color: #62ADB9;
}
.AnyTagClassName
{
color: #62ADB9;
}
</style>
background-color css
<style>
a { background-color: #62ADB9; }
a { background-color: rgb(98,173,185); }
div.DivClassName
{
background-color: #62ADB9;
}
.BgClassName
{
background-color: #62ADB9;
}
</style>
border-color css
<style>
span { border-color: #62ADB9; }
span { border-color: rgb(98,173,185); }
td.TdClassName
{
border-color: #62ADB9;
}
.TagClassName
{
border-color: #62ADB9;
}
</style>