Shades of Aquamarine #74F4BB
Tints of Aquamarine #74F4BB
RGB
CMYK
RGB Variations
Color information
#74F4BB (or 0x74F4BB) is known color: Aquamarine. HEX triplet: 74, F4 and BB. RGB value is (116,244,187). Sum of RGB (Red+Green+Blue) = 116+244+187=547 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.21% from 547); Green value is 244 (95.70% from 255 or 44.61% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 244 - color contains mainly: green. Hex color #74F4BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F4BB is #8B0B44. Grayscale: #C7C7C7. Windows color (decimal): -9112389 or 12317812. OLE color: 12317812.
HSL color Cylindrical-coordinate representation of color #74F4BB: hue angle of 153.28º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F4BB is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 244 | 187 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.04 |
| HSL | 153.28º | 0.85% | 0.71% | - |
| HSV(B) | 153.28º | 0.52% | 0.96% | - |
| XYZ | 48.52 | 72 | 58.35 | - |
| YUV | 199.23 | 121.09 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 244 | 187 | 0.52 | 0 | 0.23 | 0.04 | 153.28 | 0.85 | 0.71 |
| Hex | 74 | F4 | BB | 34 | 0 | 17 | 4 | 99 | 55 | 47 |
| Octal | 164 | 364 | 273 | 64 | 0 | 27 | 4 | 231 | 125 | 107 |
| Binary | 1110100 | 11110100 | 10111011 | 110100 | 0 | 10111 | 100 | 10011001 | 1010101 | 1000111 |
Color Harmonies of #74F4BB
Complementary color
Monochromatic Colors of #74F4BB
Black with #74F4BB
Text Example
Text Example
White with #74F4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F4BB; }
p { color: rgb(116,244,187); }
H1.HeaderClassName
{
color: #74F4BB;
}
.AnyTagClassName
{
color: #74F4BB;
}
</style>
background-color css
<style>
a { background-color: #74F4BB; }
a { background-color: rgb(116,244,187); }
div.DivClassName
{
background-color: #74F4BB;
}
.BgClassName
{
background-color: #74F4BB;
}
</style>
border-color css
<style>
span { border-color: #74F4BB; }
span { border-color: rgb(116,244,187); }
td.TdClassName
{
border-color: #74F4BB;
}
.TagClassName
{
border-color: #74F4BB;
}
</style>