Shades of Medium Aquamarine #61CB9C
Tints of Medium Aquamarine #61CB9C
RGB
CMYK
RGB Variations
Color information
#61CB9C (or 0x61CB9C) is known color: Medium Aquamarine. HEX triplet: 61, CB and 9C. RGB value is (97,203,156). Sum of RGB (Red+Green+Blue) = 97+203+156=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #61CB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CB9C is #9E3463. Grayscale: #A6A6A6. Windows color (decimal): -10368100 or 10275681. OLE color: 10275681.
HSL color Cylindrical-coordinate representation of color #61CB9C: hue angle of 153.4º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CB9C is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 203 | 156 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.20 |
| HSL | 153.4º | 0.5% | 0.59% | - |
| HSV(B) | 153.4º | 0.52% | 0.8% | - |
| XYZ | 32.29 | 47.65 | 38.95 | - |
| YUV | 165.95 | 122.38 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 203 | 156 | 0.52 | 0 | 0.23 | 0.20 | 153.4 | 0.5 | 0.59 |
| Hex | 61 | CB | 9C | 34 | 0 | 17 | 14 | 99 | 32 | 3B |
| Octal | 141 | 313 | 234 | 64 | 0 | 27 | 24 | 231 | 62 | 73 |
| Binary | 1100001 | 11001011 | 10011100 | 110100 | 0 | 10111 | 10100 | 10011001 | 110010 | 111011 |
Color Harmonies of #61CB9C
Complementary color
Monochromatic Colors of #61CB9C
Black with #61CB9C
Text Example
Text Example
White with #61CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CB9C; }
p { color: rgb(97,203,156); }
H1.HeaderClassName
{
color: #61CB9C;
}
.AnyTagClassName
{
color: #61CB9C;
}
</style>
background-color css
<style>
a { background-color: #61CB9C; }
a { background-color: rgb(97,203,156); }
div.DivClassName
{
background-color: #61CB9C;
}
.BgClassName
{
background-color: #61CB9C;
}
</style>
border-color css
<style>
span { border-color: #61CB9C; }
span { border-color: rgb(97,203,156); }
td.TdClassName
{
border-color: #61CB9C;
}
.TagClassName
{
border-color: #61CB9C;
}
</style>