Shades of Keppel #61BFA2
Tints of Keppel #61BFA2
RGB
CMYK
RGB Variations
Color information
#61BFA2 (or 0x61BFA2) is known color: Keppel. HEX triplet: 61, BF and A2. RGB value is (97,191,162). Sum of RGB (Red+Green+Blue) = 97+191+162=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #61BFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BFA2 is #9E405D. Grayscale: #9F9F9F. Windows color (decimal): -10371166 or 10665825. OLE color: 10665825.
HSL color Cylindrical-coordinate representation of color #61BFA2: hue angle of 161.49º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BFA2 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 191 | 162 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.25 |
| HSL | 161.49º | 0.42% | 0.56% | - |
| HSV(B) | 161.49º | 0.49% | 0.75% | - |
| XYZ | 30.08 | 42.41 | 40.78 | - |
| YUV | 159.59 | 129.36 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 191 | 162 | 0.49 | 0 | 0.15 | 0.25 | 161.49 | 0.42 | 0.56 |
| Hex | 61 | BF | A2 | 31 | 0 | F | 19 | A1 | 2A | 38 |
| Octal | 141 | 277 | 242 | 61 | 0 | 17 | 31 | 241 | 52 | 70 |
| Binary | 1100001 | 10111111 | 10100010 | 110001 | 0 | 1111 | 11001 | 10100001 | 101010 | 111000 |
Color Harmonies of #61BFA2
Complementary color
Monochromatic Colors of #61BFA2
Black with #61BFA2
Text Example
Text Example
White with #61BFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BFA2; }
p { color: rgb(97,191,162); }
H1.HeaderClassName
{
color: #61BFA2;
}
.AnyTagClassName
{
color: #61BFA2;
}
</style>
background-color css
<style>
a { background-color: #61BFA2; }
a { background-color: rgb(97,191,162); }
div.DivClassName
{
background-color: #61BFA2;
}
.BgClassName
{
background-color: #61BFA2;
}
</style>
border-color css
<style>
span { border-color: #61BFA2; }
span { border-color: rgb(97,191,162); }
td.TdClassName
{
border-color: #61BFA2;
}
.TagClassName
{
border-color: #61BFA2;
}
</style>