Shades of Keppel #61AF9A
Tints of Keppel #61AF9A
RGB
CMYK
RGB Variations
Color information
#61AF9A (or 0x61AF9A) is known color: Keppel. HEX triplet: 61, AF and 9A. RGB value is (97,175,154). Sum of RGB (Red+Green+Blue) = 97+175+154=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AF9A is #9E5065. Grayscale: #959595. Windows color (decimal): -10375270 or 10137441. OLE color: 10137441.
HSL color Cylindrical-coordinate representation of color #61AF9A: hue angle of 163.85º 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 #61AF9A is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 175 | 154 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.31 |
| HSL | 163.85º | 0.33% | 0.53% | - |
| HSV(B) | 163.85º | 0.45% | 0.69% | - |
| XYZ | 26.09 | 35.53 | 36.06 | - |
| YUV | 149.28 | 130.66 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 175 | 154 | 0.45 | 0 | 0.12 | 0.31 | 163.85 | 0.33 | 0.53 |
| Hex | 61 | AF | 9A | 2D | 0 | C | 1F | A4 | 21 | 35 |
| Octal | 141 | 257 | 232 | 55 | 0 | 14 | 37 | 244 | 41 | 65 |
| Binary | 1100001 | 10101111 | 10011010 | 101101 | 0 | 1100 | 11111 | 10100100 | 100001 | 110101 |
Color Harmonies of #61AF9A
Complementary color
Monochromatic Colors of #61AF9A
Black with #61AF9A
Text Example
Text Example
White with #61AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AF9A; }
p { color: rgb(97,175,154); }
H1.HeaderClassName
{
color: #61AF9A;
}
.AnyTagClassName
{
color: #61AF9A;
}
</style>
background-color css
<style>
a { background-color: #61AF9A; }
a { background-color: rgb(97,175,154); }
div.DivClassName
{
background-color: #61AF9A;
}
.BgClassName
{
background-color: #61AF9A;
}
</style>
border-color css
<style>
span { border-color: #61AF9A; }
span { border-color: rgb(97,175,154); }
td.TdClassName
{
border-color: #61AF9A;
}
.TagClassName
{
border-color: #61AF9A;
}
</style>