Shades of Aquamarine #74F7BD
Tints of Aquamarine #74F7BD
RGB
CMYK
RGB Variations
Color information
#74F7BD (or 0x74F7BD) is known color: Aquamarine. HEX triplet: 74, F7 and BD. RGB value is (116,247,189). Sum of RGB (Red+Green+Blue) = 116+247+189=552 (73% of max value = 765). Red value is 116 (45.70% from 255 or 21.01% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #74F7BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F7BD is #8B0842. Grayscale: #C9C9C9. Windows color (decimal): -9111619 or 12449652. OLE color: 12449652.
HSL color Cylindrical-coordinate representation of color #74F7BD: hue angle of 153.44º degrees, saturation: 0.89, 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 #74F7BD is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 247 | 189 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.03 |
| HSL | 153.44º | 0.89% | 0.71% | - |
| HSV(B) | 153.44º | 0.53% | 0.97% | - |
| XYZ | 49.65 | 73.91 | 59.79 | - |
| YUV | 201.22 | 121.1 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 247 | 189 | 0.53 | 0 | 0.23 | 0.03 | 153.44 | 0.89 | 0.71 |
| Hex | 74 | F7 | BD | 35 | 0 | 17 | 3 | 99 | 59 | 47 |
| Octal | 164 | 367 | 275 | 65 | 0 | 27 | 3 | 231 | 131 | 107 |
| Binary | 1110100 | 11110111 | 10111101 | 110101 | 0 | 10111 | 11 | 10011001 | 1011001 | 1000111 |
Color Harmonies of #74F7BD
Complementary color
Monochromatic Colors of #74F7BD
Black with #74F7BD
Text Example
Text Example
White with #74F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F7BD; }
p { color: rgb(116,247,189); }
H1.HeaderClassName
{
color: #74F7BD;
}
.AnyTagClassName
{
color: #74F7BD;
}
</style>
background-color css
<style>
a { background-color: #74F7BD; }
a { background-color: rgb(116,247,189); }
div.DivClassName
{
background-color: #74F7BD;
}
.BgClassName
{
background-color: #74F7BD;
}
</style>
border-color css
<style>
span { border-color: #74F7BD; }
span { border-color: rgb(116,247,189); }
td.TdClassName
{
border-color: #74F7BD;
}
.TagClassName
{
border-color: #74F7BD;
}
</style>