Shades of Aquamarine #75F0DB
Tints of Aquamarine #75F0DB
RGB
CMYK
RGB Variations
Color information
#75F0DB (or 0x75F0DB) is known color: Aquamarine. HEX triplet: 75, F0 and DB. RGB value is (117,240,219). Sum of RGB (Red+Green+Blue) = 117+240+219=576 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.31% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 240 - color contains mainly: green. Hex color #75F0DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F0DB is #8A0F24. Grayscale: #C8C8C8. Windows color (decimal): -9047845 or 14413941. OLE color: 14413941.
HSL color Cylindrical-coordinate representation of color #75F0DB: hue angle of 169.76º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F0DB is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 240 | 219 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.06 |
| HSL | 169.76º | 0.8% | 0.7% | - |
| HSV(B) | 169.76º | 0.51% | 0.94% | - |
| XYZ | 51.28 | 71.22 | 78.06 | - |
| YUV | 200.83 | 138.25 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 240 | 219 | 0.51 | 0 | 0.09 | 0.06 | 169.76 | 0.8 | 0.7 |
| Hex | 75 | F0 | DB | 33 | 0 | 9 | 6 | AA | 50 | 46 |
| Octal | 165 | 360 | 333 | 63 | 0 | 11 | 6 | 252 | 120 | 106 |
| Binary | 1110101 | 11110000 | 11011011 | 110011 | 0 | 1001 | 110 | 10101010 | 1010000 | 1000110 |
Color Harmonies of #75F0DB
Complementary color
Monochromatic Colors of #75F0DB
Black with #75F0DB
Text Example
Text Example
White with #75F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F0DB; }
p { color: rgb(117,240,219); }
H1.HeaderClassName
{
color: #75F0DB;
}
.AnyTagClassName
{
color: #75F0DB;
}
</style>
background-color css
<style>
a { background-color: #75F0DB; }
a { background-color: rgb(117,240,219); }
div.DivClassName
{
background-color: #75F0DB;
}
.BgClassName
{
background-color: #75F0DB;
}
</style>
border-color css
<style>
span { border-color: #75F0DB; }
span { border-color: rgb(117,240,219); }
td.TdClassName
{
border-color: #75F0DB;
}
.TagClassName
{
border-color: #75F0DB;
}
</style>