Shades of Aquamarine #61F2CC
Tints of Aquamarine #61F2CC
RGB
CMYK
RGB Variations
Color information
#61F2CC (or 0x61F2CC) is known color: Aquamarine. HEX triplet: 61, F2 and CC. RGB value is (97,242,204). Sum of RGB (Red+Green+Blue) = 97+242+204=543 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.86% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #61F2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F2CC is #9E0D33. Grayscale: #C2C2C2. Windows color (decimal): -10358068 or 13431393. OLE color: 13431393.
HSL color Cylindrical-coordinate representation of color #61F2CC: hue angle of 164.28º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F2CC is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 242 | 204 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.05 |
| HSL | 164.28º | 0.85% | 0.66% | - |
| HSV(B) | 164.28º | 0.6% | 0.95% | - |
| XYZ | 47.58 | 70.41 | 68.21 | - |
| YUV | 194.31 | 133.46 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 242 | 204 | 0.60 | 0 | 0.16 | 0.05 | 164.28 | 0.85 | 0.66 |
| Hex | 61 | F2 | CC | 3C | 0 | 10 | 5 | A4 | 55 | 42 |
| Octal | 141 | 362 | 314 | 74 | 0 | 20 | 5 | 244 | 125 | 102 |
| Binary | 1100001 | 11110010 | 11001100 | 111100 | 0 | 10000 | 101 | 10100100 | 1010101 | 1000010 |
Color Harmonies of #61F2CC
Complementary color
Monochromatic Colors of #61F2CC
Black with #61F2CC
Text Example
Text Example
White with #61F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F2CC; }
p { color: rgb(97,242,204); }
H1.HeaderClassName
{
color: #61F2CC;
}
.AnyTagClassName
{
color: #61F2CC;
}
</style>
background-color css
<style>
a { background-color: #61F2CC; }
a { background-color: rgb(97,242,204); }
div.DivClassName
{
background-color: #61F2CC;
}
.BgClassName
{
background-color: #61F2CC;
}
</style>
border-color css
<style>
span { border-color: #61F2CC; }
span { border-color: rgb(97,242,204); }
td.TdClassName
{
border-color: #61F2CC;
}
.TagClassName
{
border-color: #61F2CC;
}
</style>