Shades of Aquamarine #74F4BD
Tints of Aquamarine #74F4BD
RGB
CMYK
RGB Variations
Color information
#74F4BD (or 0x74F4BD) is known color: Aquamarine. HEX triplet: 74, F4 and BD. RGB value is (116,244,189). Sum of RGB (Red+Green+Blue) = 116+244+189=549 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.13% from 549); Green value is 244 (95.70% from 255 or 44.44% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 244 - color contains mainly: green. Hex color #74F4BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F4BD is #8B0B42. Grayscale: #C7C7C7. Windows color (decimal): -9112387 or 12448884. OLE color: 12448884.
HSL color Cylindrical-coordinate representation of color #74F4BD: hue angle of 154.22º 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 #74F4BD is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 244 | 189 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.04 |
| HSL | 154.22º | 0.85% | 0.71% | - |
| HSV(B) | 154.22º | 0.52% | 0.96% | - |
| XYZ | 48.74 | 72.09 | 59.49 | - |
| YUV | 199.46 | 122.09 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 244 | 189 | 0.52 | 0 | 0.23 | 0.04 | 154.22 | 0.85 | 0.71 |
| Hex | 74 | F4 | BD | 34 | 0 | 17 | 4 | 9A | 55 | 47 |
| Octal | 164 | 364 | 275 | 64 | 0 | 27 | 4 | 232 | 125 | 107 |
| Binary | 1110100 | 11110100 | 10111101 | 110100 | 0 | 10111 | 100 | 10011010 | 1010101 | 1000111 |
Color Harmonies of #74F4BD
Complementary color
Monochromatic Colors of #74F4BD
Black with #74F4BD
Text Example
Text Example
White with #74F4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F4BD; }
p { color: rgb(116,244,189); }
H1.HeaderClassName
{
color: #74F4BD;
}
.AnyTagClassName
{
color: #74F4BD;
}
</style>
background-color css
<style>
a { background-color: #74F4BD; }
a { background-color: rgb(116,244,189); }
div.DivClassName
{
background-color: #74F4BD;
}
.BgClassName
{
background-color: #74F4BD;
}
</style>
border-color css
<style>
span { border-color: #74F4BD; }
span { border-color: rgb(116,244,189); }
td.TdClassName
{
border-color: #74F4BD;
}
.TagClassName
{
border-color: #74F4BD;
}
</style>