Shades of Aquamarine #74FEBB
Tints of Aquamarine #74FEBB
RGB
CMYK
RGB Variations
Color information
#74FEBB (or 0x74FEBB) is known color: Aquamarine. HEX triplet: 74, FE and BB. RGB value is (116,254,187). Sum of RGB (Red+Green+Blue) = 116+254+187=557 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.83% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FEBB is #8B0144. Grayscale: #CDCDCD. Windows color (decimal): -9109829 or 12320372. OLE color: 12320372.
HSL color Cylindrical-coordinate representation of color #74FEBB: hue angle of 150.87º 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 #74FEBB is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 187 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.00 |
| HSL | 150.87º | 0.99% | 0.73% | - |
| HSV(B) | 150.87º | 0.54% | 1% | - |
| XYZ | 51.61 | 78.18 | 59.38 | - |
| YUV | 205.1 | 117.78 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 187 | 0.54 | 0 | 0.26 | 0.00 | 150.87 | 0.99 | 0.73 |
| Hex | 74 | FE | BB | 36 | 0 | 1A | 0 | 97 | 63 | 49 |
| Octal | 164 | 376 | 273 | 66 | 0 | 32 | 0 | 227 | 143 | 111 |
| Binary | 1110100 | 11111110 | 10111011 | 110110 | 0 | 11010 | 0 | 10010111 | 1100011 | 1001001 |
Color Harmonies of #74FEBB
Complementary color
Monochromatic Colors of #74FEBB
Black with #74FEBB
Text Example
Text Example
White with #74FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEBB; }
p { color: rgb(116,254,187); }
H1.HeaderClassName
{
color: #74FEBB;
}
.AnyTagClassName
{
color: #74FEBB;
}
</style>
background-color css
<style>
a { background-color: #74FEBB; }
a { background-color: rgb(116,254,187); }
div.DivClassName
{
background-color: #74FEBB;
}
.BgClassName
{
background-color: #74FEBB;
}
</style>
border-color css
<style>
span { border-color: #74FEBB; }
span { border-color: rgb(116,254,187); }
td.TdClassName
{
border-color: #74FEBB;
}
.TagClassName
{
border-color: #74FEBB;
}
</style>