Shades of Aquamarine #7CFDB0
Tints of Aquamarine #7CFDB0
RGB
CMYK
RGB Variations
Color information
#7CFDB0 (or 0x7CFDB0) is known color: Aquamarine. HEX triplet: 7C, FD and B0. RGB value is (124,253,176). Sum of RGB (Red+Green+Blue) = 124+253+176=553 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.42% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #7CFDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFDB0 is #83024F. Grayscale: #CDCDCD. Windows color (decimal): -8585808 or 11599228. OLE color: 11599228.
HSL color Cylindrical-coordinate representation of color #7CFDB0: hue angle of 144.19º 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 #7CFDB0 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 124 | 253 | 176 | - |
CMYK | 0.51 | 0 | 0.30 | 0.01 |
HSL | 144.19º | 0.97% | 0.74% | - |
HSV(B) | 144.19º | 0.51% | 0.99% | - |
XYZ | 51.27 | 77.67 | 53.36 | - |
YUV | 205.65 | 111.26 | 69.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 124 | 253 | 176 | 0.51 | 0 | 0.30 | 0.01 | 144.19 | 0.97 | 0.74 |
Hex | 7C | FD | B0 | 33 | 0 | 1E | 1 | 90 | 61 | 4A |
Octal | 174 | 375 | 260 | 63 | 0 | 36 | 1 | 220 | 141 | 112 |
Binary | 1111100 | 11111101 | 10110000 | 110011 | 0 | 11110 | 1 | 10010000 | 1100001 | 1001010 |
Color Harmonies of #7CFDB0
Complementary color
Monochromatic Colors of #7CFDB0
Black with #7CFDB0
Text Example
Text Example
White with #7CFDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFDB0; }
p { color: rgb(124,253,176); }
H1.HeaderClassName
{
color: #7CFDB0;
}
.AnyTagClassName
{
color: #7CFDB0;
}
</style>
background-color css
<style>
a { background-color: #7CFDB0; }
a { background-color: rgb(124,253,176); }
div.DivClassName
{
background-color: #7CFDB0;
}
.BgClassName
{
background-color: #7CFDB0;
}
</style>
border-color css
<style>
span { border-color: #7CFDB0; }
span { border-color: rgb(124,253,176); }
td.TdClassName
{
border-color: #7CFDB0;
}
.TagClassName
{
border-color: #7CFDB0;
}
</style>