Shades of Aquamarine #7DFDCB
Tints of Aquamarine #7DFDCB
RGB
CMYK
RGB Variations
Color information
#7DFDCB (or 0x7DFDCB) is known color: Aquamarine. HEX triplet: 7D, FD and CB. RGB value is (125,253,203). Sum of RGB (Red+Green+Blue) = 125+253+203=581 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.51% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFDCB is #820234. Grayscale: #D1D1D1. Windows color (decimal): -8520245 or 13368701. OLE color: 13368701.
HSL color Cylindrical-coordinate representation of color #7DFDCB: hue angle of 156.56º 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 #7DFDCB is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 125 | 253 | 203 | - |
CMYK | 0.51 | 0 | 0.20 | 0.01 |
HSL | 156.56º | 0.97% | 0.74% | - |
HSV(B) | 156.56º | 0.51% | 0.99% | - |
XYZ | 54.36 | 78.92 | 68.87 | - |
YUV | 209.03 | 124.59 | 68.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 253 | 203 | 0.51 | 0 | 0.20 | 0.01 | 156.56 | 0.97 | 0.74 |
Hex | 7D | FD | CB | 33 | 0 | 14 | 1 | 9D | 61 | 4A |
Octal | 175 | 375 | 313 | 63 | 0 | 24 | 1 | 235 | 141 | 112 |
Binary | 1111101 | 11111101 | 11001011 | 110011 | 0 | 10100 | 1 | 10011101 | 1100001 | 1001010 |
Color Harmonies of #7DFDCB
Complementary color
Monochromatic Colors of #7DFDCB
Black with #7DFDCB
Text Example
Text Example
White with #7DFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFDCB; }
p { color: rgb(125,253,203); }
H1.HeaderClassName
{
color: #7DFDCB;
}
.AnyTagClassName
{
color: #7DFDCB;
}
</style>
background-color css
<style>
a { background-color: #7DFDCB; }
a { background-color: rgb(125,253,203); }
div.DivClassName
{
background-color: #7DFDCB;
}
.BgClassName
{
background-color: #7DFDCB;
}
</style>
border-color css
<style>
span { border-color: #7DFDCB; }
span { border-color: rgb(125,253,203); }
td.TdClassName
{
border-color: #7DFDCB;
}
.TagClassName
{
border-color: #7DFDCB;
}
</style>