Shades of Keppel #62BAA1
Tints of Keppel #62BAA1
RGB
CMYK
RGB Variations
Color information
#62BAA1 (or 0x62BAA1) is known color: Keppel. HEX triplet: 62, BA and A1. RGB value is (98,186,161). Sum of RGB (Red+Green+Blue) = 98+186+161=445 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.02% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #62BAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BAA1 is #9D455E. Grayscale: #9C9C9C. Windows color (decimal): -10306911 or 10599010. OLE color: 10599010.
HSL color Cylindrical-coordinate representation of color #62BAA1: hue angle of 162.95º 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 #62BAA1 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 186 | 161 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.27 |
| HSL | 162.95º | 0.39% | 0.56% | - |
| HSV(B) | 162.95º | 0.47% | 0.73% | - |
| XYZ | 29.03 | 40.29 | 39.96 | - |
| YUV | 156.84 | 130.35 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 161 | 0.47 | 0 | 0.13 | 0.27 | 162.95 | 0.39 | 0.56 |
| Hex | 62 | BA | A1 | 2F | 0 | D | 1B | A3 | 27 | 38 |
| Octal | 142 | 272 | 241 | 57 | 0 | 15 | 33 | 243 | 47 | 70 |
| Binary | 1100010 | 10111010 | 10100001 | 101111 | 0 | 1101 | 11011 | 10100011 | 100111 | 111000 |
Color Harmonies of #62BAA1
Complementary color
Monochromatic Colors of #62BAA1
Black with #62BAA1
Text Example
Text Example
White with #62BAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BAA1; }
p { color: rgb(98,186,161); }
H1.HeaderClassName
{
color: #62BAA1;
}
.AnyTagClassName
{
color: #62BAA1;
}
</style>
background-color css
<style>
a { background-color: #62BAA1; }
a { background-color: rgb(98,186,161); }
div.DivClassName
{
background-color: #62BAA1;
}
.BgClassName
{
background-color: #62BAA1;
}
</style>
border-color css
<style>
span { border-color: #62BAA1; }
span { border-color: rgb(98,186,161); }
td.TdClassName
{
border-color: #62BAA1;
}
.TagClassName
{
border-color: #62BAA1;
}
</style>