Shades of Aquamarine #61FECB
Tints of Aquamarine #61FECB
RGB
CMYK
RGB Variations
Color information
#61FECB (or 0x61FECB) is known color: Aquamarine. HEX triplet: 61, FE and CB. RGB value is (97,254,203). Sum of RGB (Red+Green+Blue) = 97+254+203=554 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.51% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #61FECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FECB is #9E0134. Grayscale: #C9C9C9. Windows color (decimal): -10354997 or 13368929. OLE color: 13368929.
HSL color Cylindrical-coordinate representation of color #61FECB: hue angle of 160.51º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FECB is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 254 | 203 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.00 |
| HSL | 160.51º | 0.99% | 0.69% | - |
| HSV(B) | 160.51º | 0.62% | 1% | - |
| XYZ | 51.15 | 77.74 | 68.81 | - |
| YUV | 201.24 | 128.99 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 254 | 203 | 0.62 | 0 | 0.20 | 0.00 | 160.51 | 0.99 | 0.69 |
| Hex | 61 | FE | CB | 3E | 0 | 14 | 0 | A1 | 63 | 45 |
| Octal | 141 | 376 | 313 | 76 | 0 | 24 | 0 | 241 | 143 | 105 |
| Binary | 1100001 | 11111110 | 11001011 | 111110 | 0 | 10100 | 0 | 10100001 | 1100011 | 1000101 |
Color Harmonies of #61FECB
Complementary color
Monochromatic Colors of #61FECB
Black with #61FECB
Text Example
Text Example
White with #61FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FECB; }
p { color: rgb(97,254,203); }
H1.HeaderClassName
{
color: #61FECB;
}
.AnyTagClassName
{
color: #61FECB;
}
</style>
background-color css
<style>
a { background-color: #61FECB; }
a { background-color: rgb(97,254,203); }
div.DivClassName
{
background-color: #61FECB;
}
.BgClassName
{
background-color: #61FECB;
}
</style>
border-color css
<style>
span { border-color: #61FECB; }
span { border-color: rgb(97,254,203); }
td.TdClassName
{
border-color: #61FECB;
}
.TagClassName
{
border-color: #61FECB;
}
</style>