Shades of Keppel #61AC9E
Tints of Keppel #61AC9E
RGB
CMYK
RGB Variations
Color information
#61AC9E (or 0x61AC9E) is known color: Keppel. HEX triplet: 61, AC and 9E. RGB value is (97,172,158). Sum of RGB (Red+Green+Blue) = 97+172+158=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #61AC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AC9E is #9E5361. Grayscale: #939393. Windows color (decimal): -10376034 or 10398817. OLE color: 10398817.
HSL color Cylindrical-coordinate representation of color #61AC9E: hue angle of 168.8º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61AC9E is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 172 | 158 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.33 |
| HSL | 168.8º | 0.31% | 0.53% | - |
| HSV(B) | 168.8º | 0.44% | 0.67% | - |
| XYZ | 25.85 | 34.52 | 37.65 | - |
| YUV | 147.98 | 133.65 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 158 | 0.44 | 0 | 0.08 | 0.33 | 168.8 | 0.31 | 0.53 |
| Hex | 61 | AC | 9E | 2C | 0 | 8 | 21 | A9 | 1F | 35 |
| Octal | 141 | 254 | 236 | 54 | 0 | 10 | 41 | 251 | 37 | 65 |
| Binary | 1100001 | 10101100 | 10011110 | 101100 | 0 | 1000 | 100001 | 10101001 | 11111 | 110101 |
Color Harmonies of #61AC9E
Complementary color
Monochromatic Colors of #61AC9E
Black with #61AC9E
Text Example
Text Example
White with #61AC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AC9E; }
p { color: rgb(97,172,158); }
H1.HeaderClassName
{
color: #61AC9E;
}
.AnyTagClassName
{
color: #61AC9E;
}
</style>
background-color css
<style>
a { background-color: #61AC9E; }
a { background-color: rgb(97,172,158); }
div.DivClassName
{
background-color: #61AC9E;
}
.BgClassName
{
background-color: #61AC9E;
}
</style>
border-color css
<style>
span { border-color: #61AC9E; }
span { border-color: rgb(97,172,158); }
td.TdClassName
{
border-color: #61AC9E;
}
.TagClassName
{
border-color: #61AC9E;
}
</style>