Shades of Keppel #62BA96
Tints of Keppel #62BA96
RGB
CMYK
RGB Variations
Color information
#62BA96 (or 0x62BA96) is known color: Keppel. HEX triplet: 62, BA and 96. RGB value is (98,186,150). Sum of RGB (Red+Green+Blue) = 98+186+150=434 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.58% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #62BA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BA96 is #9D4569. Grayscale: #9B9B9B. Windows color (decimal): -10306922 or 9878114. OLE color: 9878114.
HSL color Cylindrical-coordinate representation of color #62BA96: hue angle of 155.45º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62BA96 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 186 | 150 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.27 |
| HSL | 155.45º | 0.39% | 0.56% | - |
| HSV(B) | 155.45º | 0.47% | 0.73% | - |
| XYZ | 28.1 | 39.92 | 35.08 | - |
| YUV | 155.58 | 124.85 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 150 | 0.47 | 0 | 0.19 | 0.27 | 155.45 | 0.39 | 0.56 |
| Hex | 62 | BA | 96 | 2F | 0 | 13 | 1B | 9B | 27 | 38 |
| Octal | 142 | 272 | 226 | 57 | 0 | 23 | 33 | 233 | 47 | 70 |
| Binary | 1100010 | 10111010 | 10010110 | 101111 | 0 | 10011 | 11011 | 10011011 | 100111 | 111000 |
Color Harmonies of #62BA96
Complementary color
Monochromatic Colors of #62BA96
Black with #62BA96
Text Example
Text Example
White with #62BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BA96; }
p { color: rgb(98,186,150); }
H1.HeaderClassName
{
color: #62BA96;
}
.AnyTagClassName
{
color: #62BA96;
}
</style>
background-color css
<style>
a { background-color: #62BA96; }
a { background-color: rgb(98,186,150); }
div.DivClassName
{
background-color: #62BA96;
}
.BgClassName
{
background-color: #62BA96;
}
</style>
border-color css
<style>
span { border-color: #62BA96; }
span { border-color: rgb(98,186,150); }
td.TdClassName
{
border-color: #62BA96;
}
.TagClassName
{
border-color: #62BA96;
}
</style>