Shades of Fountain Blue #62BFBD
Tints of Fountain Blue #62BFBD
RGB
CMYK
RGB Variations
Color information
#62BFBD (or 0x62BFBD) is known color: Fountain Blue. HEX triplet: 62, BF and BD. RGB value is (98,191,189). Sum of RGB (Red+Green+Blue) = 98+191+189=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 191 - color contains mainly: green. Hex color #62BFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BFBD is #9D4042. Grayscale: #A2A2A2. Windows color (decimal): -10305603 or 12435298. OLE color: 12435298.
HSL color Cylindrical-coordinate representation of color #62BFBD: hue angle of 178.71º 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 #62BFBD is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 191 | 189 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.25 |
| HSL | 178.71º | 0.42% | 0.57% | - |
| HSV(B) | 178.71º | 0.49% | 0.75% | - |
| XYZ | 32.85 | 43.53 | 54.82 | - |
| YUV | 162.97 | 142.69 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 191 | 189 | 0.49 | 0 | 0.01 | 0.25 | 178.71 | 0.42 | 0.57 |
| Hex | 62 | BF | BD | 31 | 0 | 1 | 19 | B3 | 2A | 39 |
| Octal | 142 | 277 | 275 | 61 | 0 | 1 | 31 | 263 | 52 | 71 |
| Binary | 1100010 | 10111111 | 10111101 | 110001 | 0 | 1 | 11001 | 10110011 | 101010 | 111001 |
Color Harmonies of #62BFBD
Complementary color
Monochromatic Colors of #62BFBD
Black with #62BFBD
Text Example
Text Example
White with #62BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BFBD; }
p { color: rgb(98,191,189); }
H1.HeaderClassName
{
color: #62BFBD;
}
.AnyTagClassName
{
color: #62BFBD;
}
</style>
background-color css
<style>
a { background-color: #62BFBD; }
a { background-color: rgb(98,191,189); }
div.DivClassName
{
background-color: #62BFBD;
}
.BgClassName
{
background-color: #62BFBD;
}
</style>
border-color css
<style>
span { border-color: #62BFBD; }
span { border-color: rgb(98,191,189); }
td.TdClassName
{
border-color: #62BFBD;
}
.TagClassName
{
border-color: #62BFBD;
}
</style>