Shades of Aquamarine #74F8BB
Tints of Aquamarine #74F8BB
RGB
CMYK
RGB Variations
Color information
#74F8BB (or 0x74F8BB) is known color: Aquamarine. HEX triplet: 74, F8 and BB. RGB value is (116,248,187). Sum of RGB (Red+Green+Blue) = 116+248+187=551 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.05% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #74F8BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F8BB is #8B0744. Grayscale: #C9C9C9. Windows color (decimal): -9111365 or 12318836. OLE color: 12318836.
HSL color Cylindrical-coordinate representation of color #74F8BB: hue angle of 152.27º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F8BB is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 248 | 187 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.03 |
| HSL | 152.27º | 0.9% | 0.71% | - |
| HSV(B) | 152.27º | 0.53% | 0.97% | - |
| XYZ | 49.74 | 74.44 | 58.76 | - |
| YUV | 201.58 | 119.77 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 248 | 187 | 0.53 | 0 | 0.25 | 0.03 | 152.27 | 0.9 | 0.71 |
| Hex | 74 | F8 | BB | 35 | 0 | 19 | 3 | 98 | 5A | 47 |
| Octal | 164 | 370 | 273 | 65 | 0 | 31 | 3 | 230 | 132 | 107 |
| Binary | 1110100 | 11111000 | 10111011 | 110101 | 0 | 11001 | 11 | 10011000 | 1011010 | 1000111 |
Color Harmonies of #74F8BB
Complementary color
Monochromatic Colors of #74F8BB
Black with #74F8BB
Text Example
Text Example
White with #74F8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F8BB; }
p { color: rgb(116,248,187); }
H1.HeaderClassName
{
color: #74F8BB;
}
.AnyTagClassName
{
color: #74F8BB;
}
</style>
background-color css
<style>
a { background-color: #74F8BB; }
a { background-color: rgb(116,248,187); }
div.DivClassName
{
background-color: #74F8BB;
}
.BgClassName
{
background-color: #74F8BB;
}
</style>
border-color css
<style>
span { border-color: #74F8BB; }
span { border-color: rgb(116,248,187); }
td.TdClassName
{
border-color: #74F8BB;
}
.TagClassName
{
border-color: #74F8BB;
}
</style>