Shades of Keppel #62BBA0
Tints of Keppel #62BBA0
RGB
CMYK
RGB Variations
Color information
#62BBA0 (or 0x62BBA0) is known color: Keppel. HEX triplet: 62, BB and A0. RGB value is (98,187,160). Sum of RGB (Red+Green+Blue) = 98+187+160=445 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.02% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 187 - color contains mainly: green. Hex color #62BBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BBA0 is #9D445F. Grayscale: #9D9D9D. Windows color (decimal): -10306656 or 10533730. OLE color: 10533730.
HSL color Cylindrical-coordinate representation of color #62BBA0: hue angle of 161.8º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BBA0 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 187 | 160 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.27 |
| HSL | 161.8º | 0.4% | 0.56% | - |
| HSV(B) | 161.8º | 0.48% | 0.73% | - |
| XYZ | 29.15 | 40.68 | 39.57 | - |
| YUV | 157.31 | 129.51 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 187 | 160 | 0.48 | 0 | 0.14 | 0.27 | 161.8 | 0.4 | 0.56 |
| Hex | 62 | BB | A0 | 30 | 0 | E | 1B | A2 | 28 | 38 |
| Octal | 142 | 273 | 240 | 60 | 0 | 16 | 33 | 242 | 50 | 70 |
| Binary | 1100010 | 10111011 | 10100000 | 110000 | 0 | 1110 | 11011 | 10100010 | 101000 | 111000 |
Color Harmonies of #62BBA0
Complementary color
Monochromatic Colors of #62BBA0
Black with #62BBA0
Text Example
Text Example
White with #62BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BBA0; }
p { color: rgb(98,187,160); }
H1.HeaderClassName
{
color: #62BBA0;
}
.AnyTagClassName
{
color: #62BBA0;
}
</style>
background-color css
<style>
a { background-color: #62BBA0; }
a { background-color: rgb(98,187,160); }
div.DivClassName
{
background-color: #62BBA0;
}
.BgClassName
{
background-color: #62BBA0;
}
</style>
border-color css
<style>
span { border-color: #62BBA0; }
span { border-color: rgb(98,187,160); }
td.TdClassName
{
border-color: #62BBA0;
}
.TagClassName
{
border-color: #62BBA0;
}
</style>