Shades of Keppel #61B8A1
Tints of Keppel #61B8A1
RGB
CMYK
RGB Variations
Color information
#61B8A1 (or 0x61B8A1) is known color: Keppel. HEX triplet: 61, B8 and A1. RGB value is (97,184,161). Sum of RGB (Red+Green+Blue) = 97+184+161=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 184 - color contains mainly: green. Hex color #61B8A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B8A1 is #9E475E. Grayscale: #9B9B9B. Windows color (decimal): -10372959 or 10598497. OLE color: 10598497.
HSL color Cylindrical-coordinate representation of color #61B8A1: hue angle of 164.14º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61B8A1 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 184 | 161 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.28 |
| HSL | 164.14º | 0.38% | 0.55% | - |
| HSV(B) | 164.14º | 0.47% | 0.72% | - |
| XYZ | 28.5 | 39.4 | 39.82 | - |
| YUV | 155.37 | 131.18 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 184 | 161 | 0.47 | 0 | 0.12 | 0.28 | 164.14 | 0.38 | 0.55 |
| Hex | 61 | B8 | A1 | 2F | 0 | C | 1C | A4 | 26 | 37 |
| Octal | 141 | 270 | 241 | 57 | 0 | 14 | 34 | 244 | 46 | 67 |
| Binary | 1100001 | 10111000 | 10100001 | 101111 | 0 | 1100 | 11100 | 10100100 | 100110 | 110111 |
Color Harmonies of #61B8A1
Complementary color
Monochromatic Colors of #61B8A1
Black with #61B8A1
Text Example
Text Example
White with #61B8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B8A1; }
p { color: rgb(97,184,161); }
H1.HeaderClassName
{
color: #61B8A1;
}
.AnyTagClassName
{
color: #61B8A1;
}
</style>
background-color css
<style>
a { background-color: #61B8A1; }
a { background-color: rgb(97,184,161); }
div.DivClassName
{
background-color: #61B8A1;
}
.BgClassName
{
background-color: #61B8A1;
}
</style>
border-color css
<style>
span { border-color: #61B8A1; }
span { border-color: rgb(97,184,161); }
td.TdClassName
{
border-color: #61B8A1;
}
.TagClassName
{
border-color: #61B8A1;
}
</style>