Shades of Aquamarine #7BFDDC
Tints of Aquamarine #7BFDDC
RGB
CMYK
RGB Variations
Color information
#7BFDDC (or 0x7BFDDC) is known color: Aquamarine. HEX triplet: 7B, FD and DC. RGB value is (123,253,220). Sum of RGB (Red+Green+Blue) = 123+253+220=596 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.64% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #7BFDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFDDC is #840223. Grayscale: #D2D2D2. Windows color (decimal): -8651300 or 14482811. OLE color: 14482811.
HSL color Cylindrical-coordinate representation of color #7BFDDC: hue angle of 164.77º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFDDC is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 253 | 220 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.01 |
| HSL | 164.77º | 0.97% | 0.74% | - |
| HSV(B) | 164.77º | 0.51% | 0.99% | - |
| XYZ | 56.21 | 79.63 | 80.12 | - |
| YUV | 210.37 | 133.43 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 253 | 220 | 0.51 | 0 | 0.13 | 0.01 | 164.77 | 0.97 | 0.74 |
| Hex | 7B | FD | DC | 33 | 0 | D | 1 | A5 | 61 | 4A |
| Octal | 173 | 375 | 334 | 63 | 0 | 15 | 1 | 245 | 141 | 112 |
| Binary | 1111011 | 11111101 | 11011100 | 110011 | 0 | 1101 | 1 | 10100101 | 1100001 | 1001010 |
Color Harmonies of #7BFDDC
Complementary color
Monochromatic Colors of #7BFDDC
Black with #7BFDDC
Text Example
Text Example
White with #7BFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFDDC; }
p { color: rgb(123,253,220); }
H1.HeaderClassName
{
color: #7BFDDC;
}
.AnyTagClassName
{
color: #7BFDDC;
}
</style>
background-color css
<style>
a { background-color: #7BFDDC; }
a { background-color: rgb(123,253,220); }
div.DivClassName
{
background-color: #7BFDDC;
}
.BgClassName
{
background-color: #7BFDDC;
}
</style>
border-color css
<style>
span { border-color: #7BFDDC; }
span { border-color: rgb(123,253,220); }
td.TdClassName
{
border-color: #7BFDDC;
}
.TagClassName
{
border-color: #7BFDDC;
}
</style>