Shades of Aquamarine #74F8BD
Tints of Aquamarine #74F8BD
RGB
CMYK
RGB Variations
Color information
#74F8BD (or 0x74F8BD) is known color: Aquamarine. HEX triplet: 74, F8 and BD. RGB value is (116,248,189). Sum of RGB (Red+Green+Blue) = 116+248+189=553 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.98% from 553); Green value is 248 (97.27% from 255 or 44.85% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 248 - color contains mainly: green. Hex color #74F8BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F8BD is #8B0742. Grayscale: #C9C9C9. Windows color (decimal): -9111363 or 12449908. OLE color: 12449908.
HSL color Cylindrical-coordinate representation of color #74F8BD: hue angle of 153.18º 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 #74F8BD is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 248 | 189 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.03 |
| HSL | 153.18º | 0.9% | 0.71% | - |
| HSV(B) | 153.18º | 0.53% | 0.97% | - |
| XYZ | 49.96 | 74.52 | 59.9 | - |
| YUV | 201.81 | 120.77 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 248 | 189 | 0.53 | 0 | 0.24 | 0.03 | 153.18 | 0.9 | 0.71 |
| Hex | 74 | F8 | BD | 35 | 0 | 18 | 3 | 99 | 5A | 47 |
| Octal | 164 | 370 | 275 | 65 | 0 | 30 | 3 | 231 | 132 | 107 |
| Binary | 1110100 | 11111000 | 10111101 | 110101 | 0 | 11000 | 11 | 10011001 | 1011010 | 1000111 |
Color Harmonies of #74F8BD
Complementary color
Monochromatic Colors of #74F8BD
Black with #74F8BD
Text Example
Text Example
White with #74F8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F8BD; }
p { color: rgb(116,248,189); }
H1.HeaderClassName
{
color: #74F8BD;
}
.AnyTagClassName
{
color: #74F8BD;
}
</style>
background-color css
<style>
a { background-color: #74F8BD; }
a { background-color: rgb(116,248,189); }
div.DivClassName
{
background-color: #74F8BD;
}
.BgClassName
{
background-color: #74F8BD;
}
</style>
border-color css
<style>
span { border-color: #74F8BD; }
span { border-color: rgb(116,248,189); }
td.TdClassName
{
border-color: #74F8BD;
}
.TagClassName
{
border-color: #74F8BD;
}
</style>