Shades of Aquamarine #7DF0CB
Tints of Aquamarine #7DF0CB
RGB
CMYK
RGB Variations
Color information
#7DF0CB (or 0x7DF0CB) is known color: Aquamarine. HEX triplet: 7D, F0 and CB. RGB value is (125,240,203). Sum of RGB (Red+Green+Blue) = 125+240+203=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF0CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF0CB is #820F34. Grayscale: #C9C9C9. Windows color (decimal): -8523573 or 13365373. OLE color: 13365373.
HSL color Cylindrical-coordinate representation of color #7DF0CB: hue angle of 160.7º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF0CB is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 240 | 203 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.06 |
| HSL | 160.7º | 0.79% | 0.72% | - |
| HSV(B) | 160.7º | 0.48% | 0.94% | - |
| XYZ | 50.4 | 70.99 | 67.55 | - |
| YUV | 201.4 | 128.9 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 240 | 203 | 0.48 | 0 | 0.15 | 0.06 | 160.7 | 0.79 | 0.72 |
| Hex | 7D | F0 | CB | 30 | 0 | F | 6 | A1 | 4F | 48 |
| Octal | 175 | 360 | 313 | 60 | 0 | 17 | 6 | 241 | 117 | 110 |
| Binary | 1111101 | 11110000 | 11001011 | 110000 | 0 | 1111 | 110 | 10100001 | 1001111 | 1001000 |
Color Harmonies of #7DF0CB
Complementary color
Monochromatic Colors of #7DF0CB
Black with #7DF0CB
Text Example
Text Example
White with #7DF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF0CB; }
p { color: rgb(125,240,203); }
H1.HeaderClassName
{
color: #7DF0CB;
}
.AnyTagClassName
{
color: #7DF0CB;
}
</style>
background-color css
<style>
a { background-color: #7DF0CB; }
a { background-color: rgb(125,240,203); }
div.DivClassName
{
background-color: #7DF0CB;
}
.BgClassName
{
background-color: #7DF0CB;
}
</style>
border-color css
<style>
span { border-color: #7DF0CB; }
span { border-color: rgb(125,240,203); }
td.TdClassName
{
border-color: #7DF0CB;
}
.TagClassName
{
border-color: #7DF0CB;
}
</style>