Shades of Keppel #61B69A
Tints of Keppel #61B69A
RGB
CMYK
RGB Variations
Color information
#61B69A (or 0x61B69A) is known color: Keppel. HEX triplet: 61, B6 and 9A. RGB value is (97,182,154). Sum of RGB (Red+Green+Blue) = 97+182+154=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 182 - color contains mainly: green. Hex color #61B69A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B69A is #9E4965. Grayscale: #999999. Windows color (decimal): -10373478 or 10139233. OLE color: 10139233.
HSL color Cylindrical-coordinate representation of color #61B69A: hue angle of 160.24º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61B69A is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 182 | 154 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.29 |
| HSL | 160.24º | 0.37% | 0.55% | - |
| HSV(B) | 160.24º | 0.47% | 0.71% | - |
| XYZ | 27.49 | 38.33 | 36.52 | - |
| YUV | 153.39 | 128.34 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 182 | 154 | 0.47 | 0 | 0.15 | 0.29 | 160.24 | 0.37 | 0.55 |
| Hex | 61 | B6 | 9A | 2F | 0 | F | 1D | A0 | 25 | 37 |
| Octal | 141 | 266 | 232 | 57 | 0 | 17 | 35 | 240 | 45 | 67 |
| Binary | 1100001 | 10110110 | 10011010 | 101111 | 0 | 1111 | 11101 | 10100000 | 100101 | 110111 |
Color Harmonies of #61B69A
Complementary color
Monochromatic Colors of #61B69A
Black with #61B69A
Text Example
Text Example
White with #61B69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B69A; }
p { color: rgb(97,182,154); }
H1.HeaderClassName
{
color: #61B69A;
}
.AnyTagClassName
{
color: #61B69A;
}
</style>
background-color css
<style>
a { background-color: #61B69A; }
a { background-color: rgb(97,182,154); }
div.DivClassName
{
background-color: #61B69A;
}
.BgClassName
{
background-color: #61B69A;
}
</style>
border-color css
<style>
span { border-color: #61B69A; }
span { border-color: rgb(97,182,154); }
td.TdClassName
{
border-color: #61B69A;
}
.TagClassName
{
border-color: #61B69A;
}
</style>