Shades of Keppel #61AA9C
Tints of Keppel #61AA9C
RGB
CMYK
RGB Variations
Color information
#61AA9C (or 0x61AA9C) is known color: Keppel. HEX triplet: 61, AA and 9C. RGB value is (97,170,156). Sum of RGB (Red+Green+Blue) = 97+170+156=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AA9C is #9E5563. Grayscale: #929292. Windows color (decimal): -10376548 or 10267233. OLE color: 10267233.
HSL color Cylindrical-coordinate representation of color #61AA9C: hue angle of 168.49º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AA9C is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 170 | 156 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.33 |
| HSL | 168.49º | 0.3% | 0.52% | - |
| HSV(B) | 168.49º | 0.43% | 0.67% | - |
| XYZ | 25.31 | 33.69 | 36.62 | - |
| YUV | 146.58 | 133.32 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 170 | 156 | 0.43 | 0 | 0.08 | 0.33 | 168.49 | 0.3 | 0.52 |
| Hex | 61 | AA | 9C | 2B | 0 | 8 | 21 | A8 | 1E | 34 |
| Octal | 141 | 252 | 234 | 53 | 0 | 10 | 41 | 250 | 36 | 64 |
| Binary | 1100001 | 10101010 | 10011100 | 101011 | 0 | 1000 | 100001 | 10101000 | 11110 | 110100 |
Color Harmonies of #61AA9C
Complementary color
Monochromatic Colors of #61AA9C
Black with #61AA9C
Text Example
Text Example
White with #61AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AA9C; }
p { color: rgb(97,170,156); }
H1.HeaderClassName
{
color: #61AA9C;
}
.AnyTagClassName
{
color: #61AA9C;
}
</style>
background-color css
<style>
a { background-color: #61AA9C; }
a { background-color: rgb(97,170,156); }
div.DivClassName
{
background-color: #61AA9C;
}
.BgClassName
{
background-color: #61AA9C;
}
</style>
border-color css
<style>
span { border-color: #61AA9C; }
span { border-color: rgb(97,170,156); }
td.TdClassName
{
border-color: #61AA9C;
}
.TagClassName
{
border-color: #61AA9C;
}
</style>