Shades of Keppel #61AA8F
Tints of Keppel #61AA8F
RGB
CMYK
RGB Variations
Color information
#61AA8F (or 0x61AA8F) is known color: Keppel. HEX triplet: 61, AA and 8F. RGB value is (97,170,143). Sum of RGB (Red+Green+Blue) = 97+170+143=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AA8F is #9E5570. Grayscale: #919191. Windows color (decimal): -10376561 or 9415265. OLE color: 9415265.
HSL color Cylindrical-coordinate representation of color #61AA8F: hue angle of 157.81º 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 #61AA8F is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 170 | 143 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.33 |
| HSL | 157.81º | 0.3% | 0.52% | - |
| HSV(B) | 157.81º | 0.43% | 0.67% | - |
| XYZ | 24.26 | 33.27 | 31.13 | - |
| YUV | 145.1 | 126.82 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 170 | 143 | 0.43 | 0 | 0.16 | 0.33 | 157.81 | 0.3 | 0.52 |
| Hex | 61 | AA | 8F | 2B | 0 | 10 | 21 | 9E | 1E | 34 |
| Octal | 141 | 252 | 217 | 53 | 0 | 20 | 41 | 236 | 36 | 64 |
| Binary | 1100001 | 10101010 | 10001111 | 101011 | 0 | 10000 | 100001 | 10011110 | 11110 | 110100 |
Color Harmonies of #61AA8F
Complementary color
Monochromatic Colors of #61AA8F
Black with #61AA8F
Text Example
Text Example
White with #61AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AA8F; }
p { color: rgb(97,170,143); }
H1.HeaderClassName
{
color: #61AA8F;
}
.AnyTagClassName
{
color: #61AA8F;
}
</style>
background-color css
<style>
a { background-color: #61AA8F; }
a { background-color: rgb(97,170,143); }
div.DivClassName
{
background-color: #61AA8F;
}
.BgClassName
{
background-color: #61AA8F;
}
</style>
border-color css
<style>
span { border-color: #61AA8F; }
span { border-color: rgb(97,170,143); }
td.TdClassName
{
border-color: #61AA8F;
}
.TagClassName
{
border-color: #61AA8F;
}
</style>