Shades of Aquamarine #7BFBE7
Tints of Aquamarine #7BFBE7
RGB
CMYK
RGB Variations
Color information
#7BFBE7 (or 0x7BFBE7) is known color: Aquamarine. HEX triplet: 7B, FB and E7. RGB value is (123,251,231). Sum of RGB (Red+Green+Blue) = 123+251+231=605 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.33% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFBE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFBE7 is #840418. Grayscale: #D2D2D2. Windows color (decimal): -8651801 or 15203195. OLE color: 15203195.
HSL color Cylindrical-coordinate representation of color #7BFBE7: hue angle of 170.62º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFBE7 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 251 | 231 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.02 |
| HSL | 170.63º | 0.94% | 0.73% | - |
| HSV(B) | 170.63º | 0.51% | 0.98% | - |
| XYZ | 57.09 | 78.97 | 87.84 | - |
| YUV | 210.45 | 139.59 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 251 | 231 | 0.51 | 0 | 0.08 | 0.02 | 170.63 | 0.94 | 0.73 |
| Hex | 7B | FB | E7 | 33 | 0 | 8 | 2 | AB | 5E | 49 |
| Octal | 173 | 373 | 347 | 63 | 0 | 10 | 2 | 253 | 136 | 111 |
| Binary | 1111011 | 11111011 | 11100111 | 110011 | 0 | 1000 | 10 | 10101011 | 1011110 | 1001001 |
Color Harmonies of #7BFBE7
Complementary color
Monochromatic Colors of #7BFBE7
Black with #7BFBE7
Text Example
Text Example
White with #7BFBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFBE7; }
p { color: rgb(123,251,231); }
H1.HeaderClassName
{
color: #7BFBE7;
}
.AnyTagClassName
{
color: #7BFBE7;
}
</style>
background-color css
<style>
a { background-color: #7BFBE7; }
a { background-color: rgb(123,251,231); }
div.DivClassName
{
background-color: #7BFBE7;
}
.BgClassName
{
background-color: #7BFBE7;
}
</style>
border-color css
<style>
span { border-color: #7BFBE7; }
span { border-color: rgb(123,251,231); }
td.TdClassName
{
border-color: #7BFBE7;
}
.TagClassName
{
border-color: #7BFBE7;
}
</style>