Shades of Fountain Blue #62B6B3
Tints of Fountain Blue #62B6B3
RGB
CMYK
RGB Variations
Color information
#62B6B3 (or 0x62B6B3) is known color: Fountain Blue. HEX triplet: 62, B6 and B3. RGB value is (98,182,179). Sum of RGB (Red+Green+Blue) = 98+182+179=459 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.35% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #62B6B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B6B3 is #9D494C. Grayscale: #9C9C9C. Windows color (decimal): -10307917 or 11777634. OLE color: 11777634.
HSL color Cylindrical-coordinate representation of color #62B6B3: hue angle of 177.86º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62B6B3 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 182 | 179 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.29 |
| HSL | 177.86º | 0.37% | 0.55% | - |
| HSV(B) | 177.86º | 0.46% | 0.71% | - |
| XYZ | 29.9 | 39.31 | 48.66 | - |
| YUV | 156.54 | 140.67 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 182 | 179 | 0.46 | 0 | 0.02 | 0.29 | 177.86 | 0.37 | 0.55 |
| Hex | 62 | B6 | B3 | 2E | 0 | 2 | 1D | B2 | 25 | 37 |
| Octal | 142 | 266 | 263 | 56 | 0 | 2 | 35 | 262 | 45 | 67 |
| Binary | 1100010 | 10110110 | 10110011 | 101110 | 0 | 10 | 11101 | 10110010 | 100101 | 110111 |
Color Harmonies of #62B6B3
Complementary color
Monochromatic Colors of #62B6B3
Black with #62B6B3
Text Example
Text Example
White with #62B6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B6B3; }
p { color: rgb(98,182,179); }
H1.HeaderClassName
{
color: #62B6B3;
}
.AnyTagClassName
{
color: #62B6B3;
}
</style>
background-color css
<style>
a { background-color: #62B6B3; }
a { background-color: rgb(98,182,179); }
div.DivClassName
{
background-color: #62B6B3;
}
.BgClassName
{
background-color: #62B6B3;
}
</style>
border-color css
<style>
span { border-color: #62B6B3; }
span { border-color: rgb(98,182,179); }
td.TdClassName
{
border-color: #62B6B3;
}
.TagClassName
{
border-color: #62B6B3;
}
</style>