Shades of Aquamarine #7BFFCA
Tints of Aquamarine #7BFFCA
RGB
CMYK
RGB Variations
Color information
#7BFFCA (or 0x7BFFCA) is known color: Aquamarine. HEX triplet: 7B, FF and CA. RGB value is (123,255,202). Sum of RGB (Red+Green+Blue) = 123+255+202=580 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.21% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFFCA is #840035. Grayscale: #D1D1D1. Windows color (decimal): -8650806 or 13303675. OLE color: 13303675.
HSL color Cylindrical-coordinate representation of color #7BFFCA: hue angle of 155.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFFCA is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 202 | - |
| CMYK | 0.52 | 0 | 0.21 | 0 |
| HSL | 155.91º | 1% | 0.74% | - |
| HSV(B) | 155.91º | 0.52% | 1% | - |
| XYZ | 54.59 | 80 | 68.44 | - |
| YUV | 209.49 | 123.77 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 202 | 0.52 | 0 | 0.21 | 0 | 155.91 | 1 | 0.74 |
| Hex | 7B | FF | CA | 34 | 0 | 15 | 0 | 9C | 64 | 4A |
| Octal | 173 | 377 | 312 | 64 | 0 | 25 | 0 | 234 | 144 | 112 |
| Binary | 1111011 | 11111111 | 11001010 | 110100 | 0 | 10101 | 0 | 10011100 | 1100100 | 1001010 |
Color Harmonies of #7BFFCA
Complementary color
Monochromatic Colors of #7BFFCA
Black with #7BFFCA
Text Example
Text Example
White with #7BFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFCA; }
p { color: rgb(123,255,202); }
H1.HeaderClassName
{
color: #7BFFCA;
}
.AnyTagClassName
{
color: #7BFFCA;
}
</style>
background-color css
<style>
a { background-color: #7BFFCA; }
a { background-color: rgb(123,255,202); }
div.DivClassName
{
background-color: #7BFFCA;
}
.BgClassName
{
background-color: #7BFFCA;
}
</style>
border-color css
<style>
span { border-color: #7BFFCA; }
span { border-color: rgb(123,255,202); }
td.TdClassName
{
border-color: #7BFFCA;
}
.TagClassName
{
border-color: #7BFFCA;
}
</style>