Shades of Aquamarine #7DFFB5
Tints of Aquamarine #7DFFB5
RGB
CMYK
RGB Variations
Color information
#7DFFB5 (or 0x7DFFB5) is known color: Aquamarine. HEX triplet: 7D, FF and B5. RGB value is (125,255,181). Sum of RGB (Red+Green+Blue) = 125+255+181=561 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.28% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFFB5 is #82004A. Grayscale: #CFCFCF. Windows color (decimal): -8519755 or 11927421. OLE color: 11927421.
HSL color Cylindrical-coordinate representation of color #7DFFB5: hue angle of 145.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFFB5 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 125 | 255 | 181 | - |
CMYK | 0.51 | 0 | 0.29 | 0 |
HSL | 145.85º | 1% | 0.75% | - |
HSV(B) | 145.85º | 0.51% | 1% | - |
XYZ | 52.56 | 79.22 | 56.24 | - |
YUV | 207.69 | 112.93 | 69.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 255 | 181 | 0.51 | 0 | 0.29 | 0 | 145.85 | 1 | 0.75 |
Hex | 7D | FF | B5 | 33 | 0 | 1D | 0 | 92 | 64 | 4B |
Octal | 175 | 377 | 265 | 63 | 0 | 35 | 0 | 222 | 144 | 113 |
Binary | 1111101 | 11111111 | 10110101 | 110011 | 0 | 11101 | 0 | 10010010 | 1100100 | 1001011 |
Color Harmonies of #7DFFB5
Complementary color
Monochromatic Colors of #7DFFB5
Black with #7DFFB5
Text Example
Text Example
White with #7DFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFFB5; }
p { color: rgb(125,255,181); }
H1.HeaderClassName
{
color: #7DFFB5;
}
.AnyTagClassName
{
color: #7DFFB5;
}
</style>
background-color css
<style>
a { background-color: #7DFFB5; }
a { background-color: rgb(125,255,181); }
div.DivClassName
{
background-color: #7DFFB5;
}
.BgClassName
{
background-color: #7DFFB5;
}
</style>
border-color css
<style>
span { border-color: #7DFFB5; }
span { border-color: rgb(125,255,181); }
td.TdClassName
{
border-color: #7DFFB5;
}
.TagClassName
{
border-color: #7DFFB5;
}
</style>