Shades of Keppel #61AA97
Tints of Keppel #61AA97
RGB
CMYK
RGB Variations
Color information
#61AA97 (or 0x61AA97) is known color: Keppel. HEX triplet: 61, AA and 97. RGB value is (97,170,151). Sum of RGB (Red+Green+Blue) = 97+170+151=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AA97 is #9E5568. Grayscale: #929292. Windows color (decimal): -10376553 or 9939553. OLE color: 9939553.
HSL color Cylindrical-coordinate representation of color #61AA97: hue angle of 164.38º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AA97 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 170 | 151 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.33 |
| HSL | 164.38º | 0.3% | 0.52% | - |
| HSV(B) | 164.38º | 0.43% | 0.67% | - |
| XYZ | 24.89 | 33.53 | 34.44 | - |
| YUV | 146.01 | 130.82 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 170 | 151 | 0.43 | 0 | 0.11 | 0.33 | 164.38 | 0.3 | 0.52 |
| Hex | 61 | AA | 97 | 2B | 0 | B | 21 | A4 | 1E | 34 |
| Octal | 141 | 252 | 227 | 53 | 0 | 13 | 41 | 244 | 36 | 64 |
| Binary | 1100001 | 10101010 | 10010111 | 101011 | 0 | 1011 | 100001 | 10100100 | 11110 | 110100 |
Color Harmonies of #61AA97
Complementary color
Monochromatic Colors of #61AA97
Black with #61AA97
Text Example
Text Example
White with #61AA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AA97; }
p { color: rgb(97,170,151); }
H1.HeaderClassName
{
color: #61AA97;
}
.AnyTagClassName
{
color: #61AA97;
}
</style>
background-color css
<style>
a { background-color: #61AA97; }
a { background-color: rgb(97,170,151); }
div.DivClassName
{
background-color: #61AA97;
}
.BgClassName
{
background-color: #61AA97;
}
</style>
border-color css
<style>
span { border-color: #61AA97; }
span { border-color: rgb(97,170,151); }
td.TdClassName
{
border-color: #61AA97;
}
.TagClassName
{
border-color: #61AA97;
}
</style>