Shades of Fountain Blue #62BEBD
Tints of Fountain Blue #62BEBD
RGB
CMYK
RGB Variations
Color information
#62BEBD (or 0x62BEBD) is known color: Fountain Blue. HEX triplet: 62, BE and BD. RGB value is (98,190,189). Sum of RGB (Red+Green+Blue) = 98+190+189=477 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.55% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #62BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BEBD is #9D4142. Grayscale: #A2A2A2. Windows color (decimal): -10305859 or 12435042. OLE color: 12435042.
HSL color Cylindrical-coordinate representation of color #62BEBD: hue angle of 179.35º 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 #62BEBD is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 190 | 189 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.25 |
| HSL | 179.35º | 0.41% | 0.56% | - |
| HSV(B) | 179.35º | 0.48% | 0.75% | - |
| XYZ | 32.64 | 43.1 | 54.74 | - |
| YUV | 162.38 | 143.02 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 190 | 189 | 0.48 | 0 | 0.01 | 0.25 | 179.35 | 0.41 | 0.56 |
| Hex | 62 | BE | BD | 30 | 0 | 1 | 19 | B3 | 29 | 38 |
| Octal | 142 | 276 | 275 | 60 | 0 | 1 | 31 | 263 | 51 | 70 |
| Binary | 1100010 | 10111110 | 10111101 | 110000 | 0 | 1 | 11001 | 10110011 | 101001 | 111000 |
Color Harmonies of #62BEBD
Complementary color
Monochromatic Colors of #62BEBD
Black with #62BEBD
Text Example
Text Example
White with #62BEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BEBD; }
p { color: rgb(98,190,189); }
H1.HeaderClassName
{
color: #62BEBD;
}
.AnyTagClassName
{
color: #62BEBD;
}
</style>
background-color css
<style>
a { background-color: #62BEBD; }
a { background-color: rgb(98,190,189); }
div.DivClassName
{
background-color: #62BEBD;
}
.BgClassName
{
background-color: #62BEBD;
}
</style>
border-color css
<style>
span { border-color: #62BEBD; }
span { border-color: rgb(98,190,189); }
td.TdClassName
{
border-color: #62BEBD;
}
.TagClassName
{
border-color: #62BEBD;
}
</style>