Shades of Fountain Blue #62BCBA
Tints of Fountain Blue #62BCBA
RGB
CMYK
RGB Variations
Color information
#62BCBA (or 0x62BCBA) is known color: Fountain Blue. HEX triplet: 62, BC and BA. RGB value is (98,188,186). Sum of RGB (Red+Green+Blue) = 98+188+186=472 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.76% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #62BCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BCBA is #9D4345. Grayscale: #A0A0A0. Windows color (decimal): -10306374 or 12237922. OLE color: 12237922.
HSL color Cylindrical-coordinate representation of color #62BCBA: hue angle of 178.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BCBA is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 188 | 186 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.26 |
| HSL | 178.67º | 0.4% | 0.56% | - |
| HSV(B) | 178.67º | 0.48% | 0.74% | - |
| XYZ | 31.88 | 42.11 | 52.9 | - |
| YUV | 160.86 | 142.18 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 188 | 186 | 0.48 | 0 | 0.01 | 0.26 | 178.67 | 0.4 | 0.56 |
| Hex | 62 | BC | BA | 30 | 0 | 1 | 1A | B3 | 28 | 38 |
| Octal | 142 | 274 | 272 | 60 | 0 | 1 | 32 | 263 | 50 | 70 |
| Binary | 1100010 | 10111100 | 10111010 | 110000 | 0 | 1 | 11010 | 10110011 | 101000 | 111000 |
Color Harmonies of #62BCBA
Complementary color
Monochromatic Colors of #62BCBA
Black with #62BCBA
Text Example
Text Example
White with #62BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BCBA; }
p { color: rgb(98,188,186); }
H1.HeaderClassName
{
color: #62BCBA;
}
.AnyTagClassName
{
color: #62BCBA;
}
</style>
background-color css
<style>
a { background-color: #62BCBA; }
a { background-color: rgb(98,188,186); }
div.DivClassName
{
background-color: #62BCBA;
}
.BgClassName
{
background-color: #62BCBA;
}
</style>
border-color css
<style>
span { border-color: #62BCBA; }
span { border-color: rgb(98,188,186); }
td.TdClassName
{
border-color: #62BCBA;
}
.TagClassName
{
border-color: #62BCBA;
}
</style>