Shades of Keppel #61A89C
Tints of Keppel #61A89C
RGB
CMYK
RGB Variations
Color information
#61A89C (or 0x61A89C) is known color: Keppel. HEX triplet: 61, A8 and 9C. RGB value is (97,168,156). Sum of RGB (Red+Green+Blue) = 97+168+156=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 168 - color contains mainly: green. Hex color #61A89C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A89C is #9E5763. Grayscale: #919191. Windows color (decimal): -10377060 or 10266721. OLE color: 10266721.
HSL color Cylindrical-coordinate representation of color #61A89C: hue angle of 169.86º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A89C is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 168 | 156 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.34 |
| HSL | 169.86º | 0.29% | 0.52% | - |
| HSV(B) | 169.86º | 0.42% | 0.66% | - |
| XYZ | 24.93 | 32.95 | 36.5 | - |
| YUV | 145.4 | 133.98 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 168 | 156 | 0.42 | 0 | 0.07 | 0.34 | 169.86 | 0.29 | 0.52 |
| Hex | 61 | A8 | 9C | 2A | 0 | 7 | 22 | AA | 1D | 34 |
| Octal | 141 | 250 | 234 | 52 | 0 | 7 | 42 | 252 | 35 | 64 |
| Binary | 1100001 | 10101000 | 10011100 | 101010 | 0 | 111 | 100010 | 10101010 | 11101 | 110100 |
Color Harmonies of #61A89C
Complementary color
Monochromatic Colors of #61A89C
Black with #61A89C
Text Example
Text Example
White with #61A89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A89C; }
p { color: rgb(97,168,156); }
H1.HeaderClassName
{
color: #61A89C;
}
.AnyTagClassName
{
color: #61A89C;
}
</style>
background-color css
<style>
a { background-color: #61A89C; }
a { background-color: rgb(97,168,156); }
div.DivClassName
{
background-color: #61A89C;
}
.BgClassName
{
background-color: #61A89C;
}
</style>
border-color css
<style>
span { border-color: #61A89C; }
span { border-color: rgb(97,168,156); }
td.TdClassName
{
border-color: #61A89C;
}
.TagClassName
{
border-color: #61A89C;
}
</style>