Shades of Aquamarine #75F8DB
Tints of Aquamarine #75F8DB
RGB
CMYK
RGB Variations
Color information
#75F8DB (or 0x75F8DB) is known color: Aquamarine. HEX triplet: 75, F8 and DB. RGB value is (117,248,219). Sum of RGB (Red+Green+Blue) = 117+248+219=584 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.03% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #75F8DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F8DB is #8A0724. Grayscale: #CDCDCD. Windows color (decimal): -9045797 or 14415989. OLE color: 14415989.
HSL color Cylindrical-coordinate representation of color #75F8DB: hue angle of 166.72º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F8DB is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 248 | 219 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.03 |
| HSL | 166.72º | 0.9% | 0.72% | - |
| HSV(B) | 166.72º | 0.53% | 0.97% | - |
| XYZ | 53.69 | 76.03 | 78.86 | - |
| YUV | 205.53 | 135.6 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 248 | 219 | 0.53 | 0 | 0.12 | 0.03 | 166.72 | 0.9 | 0.72 |
| Hex | 75 | F8 | DB | 35 | 0 | C | 3 | A7 | 5A | 48 |
| Octal | 165 | 370 | 333 | 65 | 0 | 14 | 3 | 247 | 132 | 110 |
| Binary | 1110101 | 11111000 | 11011011 | 110101 | 0 | 1100 | 11 | 10100111 | 1011010 | 1001000 |
Color Harmonies of #75F8DB
Complementary color
Monochromatic Colors of #75F8DB
Black with #75F8DB
Text Example
Text Example
White with #75F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F8DB; }
p { color: rgb(117,248,219); }
H1.HeaderClassName
{
color: #75F8DB;
}
.AnyTagClassName
{
color: #75F8DB;
}
</style>
background-color css
<style>
a { background-color: #75F8DB; }
a { background-color: rgb(117,248,219); }
div.DivClassName
{
background-color: #75F8DB;
}
.BgClassName
{
background-color: #75F8DB;
}
</style>
border-color css
<style>
span { border-color: #75F8DB; }
span { border-color: rgb(117,248,219); }
td.TdClassName
{
border-color: #75F8DB;
}
.TagClassName
{
border-color: #75F8DB;
}
</style>