Shades of Fountain Blue #62ABAB
Tints of Fountain Blue #62ABAB
RGB
CMYK
RGB Variations
Color information
#62ABAB (or 0x62ABAB) is known color: Fountain Blue. HEX triplet: 62, AB and AB. RGB value is (98,171,171). Sum of RGB (Red+Green+Blue) = 98+171+171=440 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.27% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #62ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62ABAB is #9D5454. Grayscale: #959595. Windows color (decimal): -10310741 or 11250530. OLE color: 11250530.
HSL color Cylindrical-coordinate representation of color #62ABAB: hue angle of 180º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62ABAB is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 171 | 171 | - |
| CMYK | 0.43 | 0 | 0 | 0.33 |
| HSL | 180º | 0.3% | 0.53% | - |
| HSV(B) | 180º | 0.43% | 0.67% | - |
| XYZ | 26.95 | 34.66 | 43.8 | - |
| YUV | 149.17 | 140.32 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 171 | 171 | 0.43 | 0 | 0 | 0.33 | 180 | 0.3 | 0.53 |
| Hex | 62 | AB | AB | 2B | 0 | 0 | 21 | B4 | 1E | 35 |
| Octal | 142 | 253 | 253 | 53 | 0 | 0 | 41 | 264 | 36 | 65 |
| Binary | 1100010 | 10101011 | 10101011 | 101011 | 0 | 0 | 100001 | 10110100 | 11110 | 110101 |
Color Harmonies of #62ABAB
Complementary color
Monochromatic Colors of #62ABAB
Black with #62ABAB
Text Example
Text Example
White with #62ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ABAB; }
p { color: rgb(98,171,171); }
H1.HeaderClassName
{
color: #62ABAB;
}
.AnyTagClassName
{
color: #62ABAB;
}
</style>
background-color css
<style>
a { background-color: #62ABAB; }
a { background-color: rgb(98,171,171); }
div.DivClassName
{
background-color: #62ABAB;
}
.BgClassName
{
background-color: #62ABAB;
}
</style>
border-color css
<style>
span { border-color: #62ABAB; }
span { border-color: rgb(98,171,171); }
td.TdClassName
{
border-color: #62ABAB;
}
.TagClassName
{
border-color: #62ABAB;
}
</style>