Shades of Fountain Blue #62A4AD
Tints of Fountain Blue #62A4AD
RGB
CMYK
RGB Variations
Color information
#62A4AD (or 0x62A4AD) is known color: Fountain Blue. HEX triplet: 62, A4 and AD. RGB value is (98,164,173). Sum of RGB (Red+Green+Blue) = 98+164+173=435 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.53% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #62A4AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A4AD is #9D5B52. Grayscale: #919191. Windows color (decimal): -10312531 or 11379810. OLE color: 11379810.
HSL color Cylindrical-coordinate representation of color #62A4AD: hue angle of 187.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62A4AD is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 164 | 173 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.32 |
| HSL | 187.2º | 0.31% | 0.53% | - |
| HSV(B) | 187.2º | 0.43% | 0.68% | - |
| XYZ | 25.86 | 32.16 | 44.38 | - |
| YUV | 145.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 164 | 173 | 0.43 | 0.05 | 0 | 0.32 | 187.2 | 0.31 | 0.53 |
| Hex | 62 | A4 | AD | 2B | 5 | 0 | 20 | BB | 1F | 35 |
| Octal | 142 | 244 | 255 | 53 | 5 | 0 | 40 | 273 | 37 | 65 |
| Binary | 1100010 | 10100100 | 10101101 | 101011 | 101 | 0 | 100000 | 10111011 | 11111 | 110101 |
Color Harmonies of #62A4AD
Complementary color
Monochromatic Colors of #62A4AD
Black with #62A4AD
Text Example
Text Example
White with #62A4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A4AD; }
p { color: rgb(98,164,173); }
H1.HeaderClassName
{
color: #62A4AD;
}
.AnyTagClassName
{
color: #62A4AD;
}
</style>
background-color css
<style>
a { background-color: #62A4AD; }
a { background-color: rgb(98,164,173); }
div.DivClassName
{
background-color: #62A4AD;
}
.BgClassName
{
background-color: #62A4AD;
}
</style>
border-color css
<style>
span { border-color: #62A4AD; }
span { border-color: rgb(98,164,173); }
td.TdClassName
{
border-color: #62A4AD;
}
.TagClassName
{
border-color: #62A4AD;
}
</style>