Shades of Fountain Blue #62BBB5
Tints of Fountain Blue #62BBB5
RGB
CMYK
RGB Variations
Color information
#62BBB5 (or 0x62BBB5) is known color: Fountain Blue. HEX triplet: 62, BB and B5. RGB value is (98,187,181). Sum of RGB (Red+Green+Blue) = 98+187+181=466 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.03% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #62BBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BBB5 is #9D444A. Grayscale: #9F9F9F. Windows color (decimal): -10306635 or 11909986. OLE color: 11909986.
HSL color Cylindrical-coordinate representation of color #62BBB5: hue angle of 175.96º 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 #62BBB5 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 187 | 181 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.27 |
| HSL | 175.96º | 0.4% | 0.56% | - |
| HSV(B) | 175.96º | 0.48% | 0.73% | - |
| XYZ | 31.15 | 41.47 | 50.08 | - |
| YUV | 159.71 | 140.01 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 187 | 181 | 0.48 | 0 | 0.03 | 0.27 | 175.96 | 0.4 | 0.56 |
| Hex | 62 | BB | B5 | 30 | 0 | 3 | 1B | B0 | 28 | 38 |
| Octal | 142 | 273 | 265 | 60 | 0 | 3 | 33 | 260 | 50 | 70 |
| Binary | 1100010 | 10111011 | 10110101 | 110000 | 0 | 11 | 11011 | 10110000 | 101000 | 111000 |
Color Harmonies of #62BBB5
Complementary color
Monochromatic Colors of #62BBB5
Black with #62BBB5
Text Example
Text Example
White with #62BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BBB5; }
p { color: rgb(98,187,181); }
H1.HeaderClassName
{
color: #62BBB5;
}
.AnyTagClassName
{
color: #62BBB5;
}
</style>
background-color css
<style>
a { background-color: #62BBB5; }
a { background-color: rgb(98,187,181); }
div.DivClassName
{
background-color: #62BBB5;
}
.BgClassName
{
background-color: #62BBB5;
}
</style>
border-color css
<style>
span { border-color: #62BBB5; }
span { border-color: rgb(98,187,181); }
td.TdClassName
{
border-color: #62BBB5;
}
.TagClassName
{
border-color: #62BBB5;
}
</style>