Shades of Keppel #61AFA1
Tints of Keppel #61AFA1
RGB
CMYK
RGB Variations
Color information
#61AFA1 (or 0x61AFA1) is known color: Keppel. HEX triplet: 61, AF and A1. RGB value is (97,175,161). Sum of RGB (Red+Green+Blue) = 97+175+161=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #61AFA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AFA1 is #9E505E. Grayscale: #969696. Windows color (decimal): -10375263 or 10596193. OLE color: 10596193.
HSL color Cylindrical-coordinate representation of color #61AFA1: hue angle of 169.23º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61AFA1 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 175 | 161 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.31 |
| HSL | 169.23º | 0.33% | 0.53% | - |
| HSV(B) | 169.23º | 0.45% | 0.69% | - |
| XYZ | 26.69 | 35.77 | 39.22 | - |
| YUV | 150.08 | 134.16 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 175 | 161 | 0.45 | 0 | 0.08 | 0.31 | 169.23 | 0.33 | 0.53 |
| Hex | 61 | AF | A1 | 2D | 0 | 8 | 1F | A9 | 21 | 35 |
| Octal | 141 | 257 | 241 | 55 | 0 | 10 | 37 | 251 | 41 | 65 |
| Binary | 1100001 | 10101111 | 10100001 | 101101 | 0 | 1000 | 11111 | 10101001 | 100001 | 110101 |
Color Harmonies of #61AFA1
Complementary color
Monochromatic Colors of #61AFA1
Black with #61AFA1
Text Example
Text Example
White with #61AFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AFA1; }
p { color: rgb(97,175,161); }
H1.HeaderClassName
{
color: #61AFA1;
}
.AnyTagClassName
{
color: #61AFA1;
}
</style>
background-color css
<style>
a { background-color: #61AFA1; }
a { background-color: rgb(97,175,161); }
div.DivClassName
{
background-color: #61AFA1;
}
.BgClassName
{
background-color: #61AFA1;
}
</style>
border-color css
<style>
span { border-color: #61AFA1; }
span { border-color: rgb(97,175,161); }
td.TdClassName
{
border-color: #61AFA1;
}
.TagClassName
{
border-color: #61AFA1;
}
</style>