Shades of Aquamarine #7BF9DD
Tints of Aquamarine #7BF9DD
RGB
CMYK
RGB Variations
Color information
#7BF9DD (or 0x7BF9DD) is known color: Aquamarine. HEX triplet: 7B, F9 and DD. RGB value is (123,249,221). Sum of RGB (Red+Green+Blue) = 123+249+221=593 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.74% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #7BF9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF9DD is #840622. Grayscale: #D0D0D0. Windows color (decimal): -8652323 or 14547323. OLE color: 14547323.
HSL color Cylindrical-coordinate representation of color #7BF9DD: hue angle of 166.67º degrees, saturation: 0.91, 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 #7BF9DD is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 249 | 221 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.02 |
| HSL | 166.67º | 0.91% | 0.73% | - |
| HSV(B) | 166.67º | 0.51% | 0.98% | - |
| XYZ | 55.1 | 77.18 | 80.4 | - |
| YUV | 208.13 | 135.26 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 249 | 221 | 0.51 | 0 | 0.11 | 0.02 | 166.67 | 0.91 | 0.73 |
| Hex | 7B | F9 | DD | 33 | 0 | B | 2 | A7 | 5B | 49 |
| Octal | 173 | 371 | 335 | 63 | 0 | 13 | 2 | 247 | 133 | 111 |
| Binary | 1111011 | 11111001 | 11011101 | 110011 | 0 | 1011 | 10 | 10100111 | 1011011 | 1001001 |
Color Harmonies of #7BF9DD
Complementary color
Monochromatic Colors of #7BF9DD
Black with #7BF9DD
Text Example
Text Example
White with #7BF9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF9DD; }
p { color: rgb(123,249,221); }
H1.HeaderClassName
{
color: #7BF9DD;
}
.AnyTagClassName
{
color: #7BF9DD;
}
</style>
background-color css
<style>
a { background-color: #7BF9DD; }
a { background-color: rgb(123,249,221); }
div.DivClassName
{
background-color: #7BF9DD;
}
.BgClassName
{
background-color: #7BF9DD;
}
</style>
border-color css
<style>
span { border-color: #7BF9DD; }
span { border-color: rgb(123,249,221); }
td.TdClassName
{
border-color: #7BF9DD;
}
.TagClassName
{
border-color: #7BF9DD;
}
</style>