Shades of Aquamarine #75F1E2
Tints of Aquamarine #75F1E2
RGB
CMYK
RGB Variations
Color information
#75F1E2 (or 0x75F1E2) is known color: Aquamarine. HEX triplet: 75, F1 and E2. RGB value is (117,241,226). Sum of RGB (Red+Green+Blue) = 117+241+226=584 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.03% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #75F1E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F1E2 is #8A0E1D. Grayscale: #CACACA. Windows color (decimal): -9047582 or 14872949. OLE color: 14872949.
HSL color Cylindrical-coordinate representation of color #75F1E2: hue angle of 172.74º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F1E2 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 241 | 226 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.05 |
| HSL | 172.74º | 0.82% | 0.7% | - |
| HSV(B) | 172.74º | 0.51% | 0.95% | - |
| XYZ | 52.52 | 72.18 | 83.12 | - |
| YUV | 202.21 | 141.42 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 241 | 226 | 0.51 | 0 | 0.06 | 0.05 | 172.74 | 0.82 | 0.7 |
| Hex | 75 | F1 | E2 | 33 | 0 | 6 | 5 | AD | 52 | 46 |
| Octal | 165 | 361 | 342 | 63 | 0 | 6 | 5 | 255 | 122 | 106 |
| Binary | 1110101 | 11110001 | 11100010 | 110011 | 0 | 110 | 101 | 10101101 | 1010010 | 1000110 |
Color Harmonies of #75F1E2
Complementary color
Monochromatic Colors of #75F1E2
Black with #75F1E2
Text Example
Text Example
White with #75F1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F1E2; }
p { color: rgb(117,241,226); }
H1.HeaderClassName
{
color: #75F1E2;
}
.AnyTagClassName
{
color: #75F1E2;
}
</style>
background-color css
<style>
a { background-color: #75F1E2; }
a { background-color: rgb(117,241,226); }
div.DivClassName
{
background-color: #75F1E2;
}
.BgClassName
{
background-color: #75F1E2;
}
</style>
border-color css
<style>
span { border-color: #75F1E2; }
span { border-color: rgb(117,241,226); }
td.TdClassName
{
border-color: #75F1E2;
}
.TagClassName
{
border-color: #75F1E2;
}
</style>