Shades of Keppel #62BAA2
Tints of Keppel #62BAA2
RGB
CMYK
RGB Variations
Color information
#62BAA2 (or 0x62BAA2) is known color: Keppel. HEX triplet: 62, BA and A2. RGB value is (98,186,162). Sum of RGB (Red+Green+Blue) = 98+186+162=446 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.97% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #62BAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BAA2 is #9D455D. Grayscale: #9C9C9C. Windows color (decimal): -10306910 or 10664546. OLE color: 10664546.
HSL color Cylindrical-coordinate representation of color #62BAA2: hue angle of 163.64º 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 #62BAA2 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 186 | 162 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.27 |
| HSL | 163.64º | 0.39% | 0.56% | - |
| HSV(B) | 163.64º | 0.47% | 0.73% | - |
| XYZ | 29.12 | 40.32 | 40.43 | - |
| YUV | 156.95 | 130.85 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 162 | 0.47 | 0 | 0.13 | 0.27 | 163.64 | 0.39 | 0.56 |
| Hex | 62 | BA | A2 | 2F | 0 | D | 1B | A4 | 27 | 38 |
| Octal | 142 | 272 | 242 | 57 | 0 | 15 | 33 | 244 | 47 | 70 |
| Binary | 1100010 | 10111010 | 10100010 | 101111 | 0 | 1101 | 11011 | 10100100 | 100111 | 111000 |
Color Harmonies of #62BAA2
Complementary color
Monochromatic Colors of #62BAA2
Black with #62BAA2
Text Example
Text Example
White with #62BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BAA2; }
p { color: rgb(98,186,162); }
H1.HeaderClassName
{
color: #62BAA2;
}
.AnyTagClassName
{
color: #62BAA2;
}
</style>
background-color css
<style>
a { background-color: #62BAA2; }
a { background-color: rgb(98,186,162); }
div.DivClassName
{
background-color: #62BAA2;
}
.BgClassName
{
background-color: #62BAA2;
}
</style>
border-color css
<style>
span { border-color: #62BAA2; }
span { border-color: rgb(98,186,162); }
td.TdClassName
{
border-color: #62BAA2;
}
.TagClassName
{
border-color: #62BAA2;
}
</style>