Shades of Keppel #61B5A1
Tints of Keppel #61B5A1
RGB
CMYK
RGB Variations
Color information
#61B5A1 (or 0x61B5A1) is known color: Keppel. HEX triplet: 61, B5 and A1. RGB value is (97,181,161). Sum of RGB (Red+Green+Blue) = 97+181+161=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #61B5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B5A1 is #9E4A5E. Grayscale: #999999. Windows color (decimal): -10373727 or 10597729. OLE color: 10597729.
HSL color Cylindrical-coordinate representation of color #61B5A1: hue angle of 165.71º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B5A1 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 181 | 161 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.29 |
| HSL | 165.71º | 0.36% | 0.55% | - |
| HSV(B) | 165.71º | 0.46% | 0.71% | - |
| XYZ | 27.89 | 38.16 | 39.61 | - |
| YUV | 153.6 | 132.17 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 181 | 161 | 0.46 | 0 | 0.11 | 0.29 | 165.71 | 0.36 | 0.55 |
| Hex | 61 | B5 | A1 | 2E | 0 | B | 1D | A6 | 24 | 37 |
| Octal | 141 | 265 | 241 | 56 | 0 | 13 | 35 | 246 | 44 | 67 |
| Binary | 1100001 | 10110101 | 10100001 | 101110 | 0 | 1011 | 11101 | 10100110 | 100100 | 110111 |
Color Harmonies of #61B5A1
Complementary color
Monochromatic Colors of #61B5A1
Black with #61B5A1
Text Example
Text Example
White with #61B5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B5A1; }
p { color: rgb(97,181,161); }
H1.HeaderClassName
{
color: #61B5A1;
}
.AnyTagClassName
{
color: #61B5A1;
}
</style>
background-color css
<style>
a { background-color: #61B5A1; }
a { background-color: rgb(97,181,161); }
div.DivClassName
{
background-color: #61B5A1;
}
.BgClassName
{
background-color: #61B5A1;
}
</style>
border-color css
<style>
span { border-color: #61B5A1; }
span { border-color: rgb(97,181,161); }
td.TdClassName
{
border-color: #61B5A1;
}
.TagClassName
{
border-color: #61B5A1;
}
</style>