Shades of Fountain Blue #62BBBA
Tints of Fountain Blue #62BBBA
RGB
CMYK
RGB Variations
Color information
#62BBBA (or 0x62BBBA) is known color: Fountain Blue. HEX triplet: 62, BB and BA. RGB value is (98,187,186). Sum of RGB (Red+Green+Blue) = 98+187+186=471 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.81% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #62BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BBBA is #9D4445. Grayscale: #A0A0A0. Windows color (decimal): -10306630 or 12237666. OLE color: 12237666.
HSL color Cylindrical-coordinate representation of color #62BBBA: hue angle of 179.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BBBA is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 187 | 186 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.27 |
| HSL | 179.33º | 0.4% | 0.56% | - |
| HSV(B) | 179.33º | 0.48% | 0.73% | - |
| XYZ | 31.67 | 41.68 | 52.83 | - |
| YUV | 160.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 187 | 186 | 0.48 | 0 | 0.01 | 0.27 | 179.33 | 0.4 | 0.56 |
| Hex | 62 | BB | BA | 30 | 0 | 1 | 1B | B3 | 28 | 38 |
| Octal | 142 | 273 | 272 | 60 | 0 | 1 | 33 | 263 | 50 | 70 |
| Binary | 1100010 | 10111011 | 10111010 | 110000 | 0 | 1 | 11011 | 10110011 | 101000 | 111000 |
Color Harmonies of #62BBBA
Complementary color
Monochromatic Colors of #62BBBA
Black with #62BBBA
Text Example
Text Example
White with #62BBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BBBA; }
p { color: rgb(98,187,186); }
H1.HeaderClassName
{
color: #62BBBA;
}
.AnyTagClassName
{
color: #62BBBA;
}
</style>
background-color css
<style>
a { background-color: #62BBBA; }
a { background-color: rgb(98,187,186); }
div.DivClassName
{
background-color: #62BBBA;
}
.BgClassName
{
background-color: #62BBBA;
}
</style>
border-color css
<style>
span { border-color: #62BBBA; }
span { border-color: rgb(98,187,186); }
td.TdClassName
{
border-color: #62BBBA;
}
.TagClassName
{
border-color: #62BBBA;
}
</style>