Shades of Aquamarine #61FCCB
Tints of Aquamarine #61FCCB
RGB
CMYK
RGB Variations
Color information
#61FCCB (or 0x61FCCB) is known color: Aquamarine. HEX triplet: 61, FC and CB. RGB value is (97,252,203). Sum of RGB (Red+Green+Blue) = 97+252+203=552 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.57% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #61FCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FCCB is #9E0334. Grayscale: #C8C8C8. Windows color (decimal): -10355509 or 13368417. OLE color: 13368417.
HSL color Cylindrical-coordinate representation of color #61FCCB: hue angle of 161.03º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FCCB is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 252 | 203 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.01 |
| HSL | 161.03º | 0.96% | 0.68% | - |
| HSV(B) | 161.03º | 0.62% | 0.99% | - |
| XYZ | 50.52 | 76.47 | 68.6 | - |
| YUV | 200.07 | 129.65 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 252 | 203 | 0.62 | 0 | 0.19 | 0.01 | 161.03 | 0.96 | 0.68 |
| Hex | 61 | FC | CB | 3E | 0 | 13 | 1 | A1 | 60 | 44 |
| Octal | 141 | 374 | 313 | 76 | 0 | 23 | 1 | 241 | 140 | 104 |
| Binary | 1100001 | 11111100 | 11001011 | 111110 | 0 | 10011 | 1 | 10100001 | 1100000 | 1000100 |
Color Harmonies of #61FCCB
Complementary color
Monochromatic Colors of #61FCCB
Black with #61FCCB
Text Example
Text Example
White with #61FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FCCB; }
p { color: rgb(97,252,203); }
H1.HeaderClassName
{
color: #61FCCB;
}
.AnyTagClassName
{
color: #61FCCB;
}
</style>
background-color css
<style>
a { background-color: #61FCCB; }
a { background-color: rgb(97,252,203); }
div.DivClassName
{
background-color: #61FCCB;
}
.BgClassName
{
background-color: #61FCCB;
}
</style>
border-color css
<style>
span { border-color: #61FCCB; }
span { border-color: rgb(97,252,203); }
td.TdClassName
{
border-color: #61FCCB;
}
.TagClassName
{
border-color: #61FCCB;
}
</style>