Shades of Aquamarine #75FADB
Tints of Aquamarine #75FADB
RGB
CMYK
RGB Variations
Color information
#75FADB (or 0x75FADB) is known color: Aquamarine. HEX triplet: 75, FA and DB. RGB value is (117,250,219). Sum of RGB (Red+Green+Blue) = 117+250+219=586 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.97% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #75FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FADB is #8A0524. Grayscale: #CECECE. Windows color (decimal): -9045285 or 14416501. OLE color: 14416501.
HSL color Cylindrical-coordinate representation of color #75FADB: hue angle of 166.02º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FADB is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 250 | 219 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.02 |
| HSL | 166.02º | 0.93% | 0.72% | - |
| HSV(B) | 166.02º | 0.53% | 0.98% | - |
| XYZ | 54.31 | 77.27 | 79.07 | - |
| YUV | 206.7 | 134.94 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 250 | 219 | 0.53 | 0 | 0.12 | 0.02 | 166.02 | 0.93 | 0.72 |
| Hex | 75 | FA | DB | 35 | 0 | C | 2 | A6 | 5D | 48 |
| Octal | 165 | 372 | 333 | 65 | 0 | 14 | 2 | 246 | 135 | 110 |
| Binary | 1110101 | 11111010 | 11011011 | 110101 | 0 | 1100 | 10 | 10100110 | 1011101 | 1001000 |
Color Harmonies of #75FADB
Complementary color
Monochromatic Colors of #75FADB
Black with #75FADB
Text Example
Text Example
White with #75FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FADB; }
p { color: rgb(117,250,219); }
H1.HeaderClassName
{
color: #75FADB;
}
.AnyTagClassName
{
color: #75FADB;
}
</style>
background-color css
<style>
a { background-color: #75FADB; }
a { background-color: rgb(117,250,219); }
div.DivClassName
{
background-color: #75FADB;
}
.BgClassName
{
background-color: #75FADB;
}
</style>
border-color css
<style>
span { border-color: #75FADB; }
span { border-color: rgb(117,250,219); }
td.TdClassName
{
border-color: #75FADB;
}
.TagClassName
{
border-color: #75FADB;
}
</style>