Shades of Fountain Blue #62BFBC
Tints of Fountain Blue #62BFBC
RGB
CMYK
RGB Variations
Color information
#62BFBC (or 0x62BFBC) is known color: Fountain Blue. HEX triplet: 62, BF and BC. RGB value is (98,191,188). Sum of RGB (Red+Green+Blue) = 98+191+188=477 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.55% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #62BFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BFBC is #9D4043. Grayscale: #A2A2A2. Windows color (decimal): -10305604 or 12369762. OLE color: 12369762.
HSL color Cylindrical-coordinate representation of color #62BFBC: hue angle of 178.06º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62BFBC is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 191 | 188 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.25 |
| HSL | 178.06º | 0.42% | 0.57% | - |
| HSV(B) | 178.06º | 0.49% | 0.75% | - |
| XYZ | 32.74 | 43.49 | 54.25 | - |
| YUV | 162.85 | 142.19 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 191 | 188 | 0.49 | 0 | 0.02 | 0.25 | 178.06 | 0.42 | 0.57 |
| Hex | 62 | BF | BC | 31 | 0 | 2 | 19 | B2 | 2A | 39 |
| Octal | 142 | 277 | 274 | 61 | 0 | 2 | 31 | 262 | 52 | 71 |
| Binary | 1100010 | 10111111 | 10111100 | 110001 | 0 | 10 | 11001 | 10110010 | 101010 | 111001 |
Color Harmonies of #62BFBC
Complementary color
Monochromatic Colors of #62BFBC
Black with #62BFBC
Text Example
Text Example
White with #62BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BFBC; }
p { color: rgb(98,191,188); }
H1.HeaderClassName
{
color: #62BFBC;
}
.AnyTagClassName
{
color: #62BFBC;
}
</style>
background-color css
<style>
a { background-color: #62BFBC; }
a { background-color: rgb(98,191,188); }
div.DivClassName
{
background-color: #62BFBC;
}
.BgClassName
{
background-color: #62BFBC;
}
</style>
border-color css
<style>
span { border-color: #62BFBC; }
span { border-color: rgb(98,191,188); }
td.TdClassName
{
border-color: #62BFBC;
}
.TagClassName
{
border-color: #62BFBC;
}
</style>