Shades of Fountain Blue #62BEBB
Tints of Fountain Blue #62BEBB
RGB
CMYK
RGB Variations
Color information
#62BEBB (or 0x62BEBB) is known color: Fountain Blue. HEX triplet: 62, BE and BB. RGB value is (98,190,187). Sum of RGB (Red+Green+Blue) = 98+190+187=475 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.63% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #62BEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BEBB is #9D4144. Grayscale: #A2A2A2. Windows color (decimal): -10305861 or 12303970. OLE color: 12303970.
HSL color Cylindrical-coordinate representation of color #62BEBB: hue angle of 178.04º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BEBB is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 190 | 187 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.25 |
| HSL | 178.04º | 0.41% | 0.56% | - |
| HSV(B) | 178.04º | 0.48% | 0.75% | - |
| XYZ | 32.42 | 43.01 | 53.61 | - |
| YUV | 162.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 190 | 187 | 0.48 | 0 | 0.02 | 0.25 | 178.04 | 0.41 | 0.56 |
| Hex | 62 | BE | BB | 30 | 0 | 2 | 19 | B2 | 29 | 38 |
| Octal | 142 | 276 | 273 | 60 | 0 | 2 | 31 | 262 | 51 | 70 |
| Binary | 1100010 | 10111110 | 10111011 | 110000 | 0 | 10 | 11001 | 10110010 | 101001 | 111000 |
Color Harmonies of #62BEBB
Complementary color
Monochromatic Colors of #62BEBB
Black with #62BEBB
Text Example
Text Example
White with #62BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BEBB; }
p { color: rgb(98,190,187); }
H1.HeaderClassName
{
color: #62BEBB;
}
.AnyTagClassName
{
color: #62BEBB;
}
</style>
background-color css
<style>
a { background-color: #62BEBB; }
a { background-color: rgb(98,190,187); }
div.DivClassName
{
background-color: #62BEBB;
}
.BgClassName
{
background-color: #62BEBB;
}
</style>
border-color css
<style>
span { border-color: #62BEBB; }
span { border-color: rgb(98,190,187); }
td.TdClassName
{
border-color: #62BEBB;
}
.TagClassName
{
border-color: #62BEBB;
}
</style>