Shades of Aquamarine #75FEBB
Tints of Aquamarine #75FEBB
RGB
CMYK
RGB Variations
Color information
#75FEBB (or 0x75FEBB) is known color: Aquamarine. HEX triplet: 75, FE and BB. RGB value is (117,254,187). Sum of RGB (Red+Green+Blue) = 117+254+187=558 (73% of max value = 765). Red value is 117 (46.09% from 255 or 20.97% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FEBB is #8A0144. Grayscale: #CDCDCD. Windows color (decimal): -9044293 or 12320373. OLE color: 12320373.
HSL color Cylindrical-coordinate representation of color #75FEBB: hue angle of 150.66º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FEBB is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 187 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.00 |
| HSL | 150.66º | 0.99% | 0.73% | - |
| HSV(B) | 150.66º | 0.54% | 1% | - |
| XYZ | 51.75 | 78.25 | 59.39 | - |
| YUV | 205.4 | 117.61 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 187 | 0.54 | 0 | 0.26 | 0.00 | 150.66 | 0.99 | 0.73 |
| Hex | 75 | FE | BB | 36 | 0 | 1A | 0 | 97 | 63 | 49 |
| Octal | 165 | 376 | 273 | 66 | 0 | 32 | 0 | 227 | 143 | 111 |
| Binary | 1110101 | 11111110 | 10111011 | 110110 | 0 | 11010 | 0 | 10010111 | 1100011 | 1001001 |
Color Harmonies of #75FEBB
Complementary color
Monochromatic Colors of #75FEBB
Black with #75FEBB
Text Example
Text Example
White with #75FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FEBB; }
p { color: rgb(117,254,187); }
H1.HeaderClassName
{
color: #75FEBB;
}
.AnyTagClassName
{
color: #75FEBB;
}
</style>
background-color css
<style>
a { background-color: #75FEBB; }
a { background-color: rgb(117,254,187); }
div.DivClassName
{
background-color: #75FEBB;
}
.BgClassName
{
background-color: #75FEBB;
}
</style>
border-color css
<style>
span { border-color: #75FEBB; }
span { border-color: rgb(117,254,187); }
td.TdClassName
{
border-color: #75FEBB;
}
.TagClassName
{
border-color: #75FEBB;
}
</style>