Shades of Fountain Blue #62BABB
Tints of Fountain Blue #62BABB
RGB
CMYK
RGB Variations
Color information
#62BABB (or 0x62BABB) is known color: Fountain Blue. HEX triplet: 62, BA and BB. RGB value is (98,186,187). Sum of RGB (Red+Green+Blue) = 98+186+187=471 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.81% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #62BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BABB is #9D4544. Grayscale: #9F9F9F. Windows color (decimal): -10306885 or 12302946. OLE color: 12302946.
HSL color Cylindrical-coordinate representation of color #62BABB: hue angle of 180.67º 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 #62BABB is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 186 | 187 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.27 |
| HSL | 180.67º | 0.4% | 0.56% | - |
| HSV(B) | 180.67º | 0.48% | 0.73% | - |
| XYZ | 31.57 | 41.3 | 53.32 | - |
| YUV | 159.8 | 143.35 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 187 | 0.48 | 0.01 | 0 | 0.27 | 180.67 | 0.4 | 0.56 |
| Hex | 62 | BA | BB | 30 | 1 | 0 | 1B | B5 | 28 | 38 |
| Octal | 142 | 272 | 273 | 60 | 1 | 0 | 33 | 265 | 50 | 70 |
| Binary | 1100010 | 10111010 | 10111011 | 110000 | 1 | 0 | 11011 | 10110101 | 101000 | 111000 |
Color Harmonies of #62BABB
Complementary color
Monochromatic Colors of #62BABB
Black with #62BABB
Text Example
Text Example
White with #62BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BABB; }
p { color: rgb(98,186,187); }
H1.HeaderClassName
{
color: #62BABB;
}
.AnyTagClassName
{
color: #62BABB;
}
</style>
background-color css
<style>
a { background-color: #62BABB; }
a { background-color: rgb(98,186,187); }
div.DivClassName
{
background-color: #62BABB;
}
.BgClassName
{
background-color: #62BABB;
}
</style>
border-color css
<style>
span { border-color: #62BABB; }
span { border-color: rgb(98,186,187); }
td.TdClassName
{
border-color: #62BABB;
}
.TagClassName
{
border-color: #62BABB;
}
</style>