Shades of Keppel #61BAA2
Tints of Keppel #61BAA2
RGB
CMYK
RGB Variations
Color information
#61BAA2 (or 0x61BAA2) is known color: Keppel. HEX triplet: 61, BA and A2. RGB value is (97,186,162). Sum of RGB (Red+Green+Blue) = 97+186+162=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #61BAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BAA2 is #9E455D. Grayscale: #9C9C9C. Windows color (decimal): -10372446 or 10664545. OLE color: 10664545.
HSL color Cylindrical-coordinate representation of color #61BAA2: hue angle of 163.82º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BAA2 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 186 | 162 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.27 |
| HSL | 163.82º | 0.39% | 0.55% | - |
| HSV(B) | 163.82º | 0.48% | 0.73% | - |
| XYZ | 29.01 | 40.27 | 40.43 | - |
| YUV | 156.65 | 131.01 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 162 | 0.48 | 0 | 0.13 | 0.27 | 163.82 | 0.39 | 0.55 |
| Hex | 61 | BA | A2 | 30 | 0 | D | 1B | A4 | 27 | 37 |
| Octal | 141 | 272 | 242 | 60 | 0 | 15 | 33 | 244 | 47 | 67 |
| Binary | 1100001 | 10111010 | 10100010 | 110000 | 0 | 1101 | 11011 | 10100100 | 100111 | 110111 |
Color Harmonies of #61BAA2
Complementary color
Monochromatic Colors of #61BAA2
Black with #61BAA2
Text Example
Text Example
White with #61BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BAA2; }
p { color: rgb(97,186,162); }
H1.HeaderClassName
{
color: #61BAA2;
}
.AnyTagClassName
{
color: #61BAA2;
}
</style>
background-color css
<style>
a { background-color: #61BAA2; }
a { background-color: rgb(97,186,162); }
div.DivClassName
{
background-color: #61BAA2;
}
.BgClassName
{
background-color: #61BAA2;
}
</style>
border-color css
<style>
span { border-color: #61BAA2; }
span { border-color: rgb(97,186,162); }
td.TdClassName
{
border-color: #61BAA2;
}
.TagClassName
{
border-color: #61BAA2;
}
</style>