Shades of Aquamarine #61FFCB
Tints of Aquamarine #61FFCB
RGB
CMYK
RGB Variations
Color information
#61FFCB (or 0x61FFCB) is known color: Aquamarine. HEX triplet: 61, FF and CB. RGB value is (97,255,203). Sum of RGB (Red+Green+Blue) = 97+255+203=555 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.48% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FFCB is #9E0034. Grayscale: #C9C9C9. Windows color (decimal): -10354741 or 13369185. OLE color: 13369185.
HSL color Cylindrical-coordinate representation of color #61FFCB: hue angle of 160.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FFCB is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 203 | - |
| CMYK | 0.62 | 0 | 0.20 | 0 |
| HSL | 160.25º | 1% | 0.69% | - |
| HSV(B) | 160.25º | 0.62% | 1% | - |
| XYZ | 51.47 | 78.37 | 68.91 | - |
| YUV | 201.83 | 128.65 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 203 | 0.62 | 0 | 0.20 | 0 | 160.25 | 1 | 0.69 |
| Hex | 61 | FF | CB | 3E | 0 | 14 | 0 | A0 | 64 | 45 |
| Octal | 141 | 377 | 313 | 76 | 0 | 24 | 0 | 240 | 144 | 105 |
| Binary | 1100001 | 11111111 | 11001011 | 111110 | 0 | 10100 | 0 | 10100000 | 1100100 | 1000101 |
Color Harmonies of #61FFCB
Complementary color
Monochromatic Colors of #61FFCB
Black with #61FFCB
Text Example
Text Example
White with #61FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFCB; }
p { color: rgb(97,255,203); }
H1.HeaderClassName
{
color: #61FFCB;
}
.AnyTagClassName
{
color: #61FFCB;
}
</style>
background-color css
<style>
a { background-color: #61FFCB; }
a { background-color: rgb(97,255,203); }
div.DivClassName
{
background-color: #61FFCB;
}
.BgClassName
{
background-color: #61FFCB;
}
</style>
border-color css
<style>
span { border-color: #61FFCB; }
span { border-color: rgb(97,255,203); }
td.TdClassName
{
border-color: #61FFCB;
}
.TagClassName
{
border-color: #61FFCB;
}
</style>