Shades of Medium Aquamarine #61CBA8
Tints of Medium Aquamarine #61CBA8
RGB
CMYK
RGB Variations
Color information
#61CBA8 (or 0x61CBA8) is known color: Medium Aquamarine. HEX triplet: 61, CB and A8. RGB value is (97,203,168). Sum of RGB (Red+Green+Blue) = 97+203+168=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #61CBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CBA8 is #9E3457. Grayscale: #A7A7A7. Windows color (decimal): -10368088 or 11062113. OLE color: 11062113.
HSL color Cylindrical-coordinate representation of color #61CBA8: hue angle of 160.19º 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 #61CBA8 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 203 | 168 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.20 |
| HSL | 160.19º | 0.5% | 0.59% | - |
| HSV(B) | 160.19º | 0.52% | 0.8% | - |
| XYZ | 33.35 | 48.08 | 44.57 | - |
| YUV | 167.32 | 128.38 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 203 | 168 | 0.52 | 0 | 0.17 | 0.20 | 160.19 | 0.5 | 0.59 |
| Hex | 61 | CB | A8 | 34 | 0 | 11 | 14 | A0 | 32 | 3B |
| Octal | 141 | 313 | 250 | 64 | 0 | 21 | 24 | 240 | 62 | 73 |
| Binary | 1100001 | 11001011 | 10101000 | 110100 | 0 | 10001 | 10100 | 10100000 | 110010 | 111011 |
Color Harmonies of #61CBA8
Complementary color
Monochromatic Colors of #61CBA8
Black with #61CBA8
Text Example
Text Example
White with #61CBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CBA8; }
p { color: rgb(97,203,168); }
H1.HeaderClassName
{
color: #61CBA8;
}
.AnyTagClassName
{
color: #61CBA8;
}
</style>
background-color css
<style>
a { background-color: #61CBA8; }
a { background-color: rgb(97,203,168); }
div.DivClassName
{
background-color: #61CBA8;
}
.BgClassName
{
background-color: #61CBA8;
}
</style>
border-color css
<style>
span { border-color: #61CBA8; }
span { border-color: rgb(97,203,168); }
td.TdClassName
{
border-color: #61CBA8;
}
.TagClassName
{
border-color: #61CBA8;
}
</style>