Shades of Aquamarine #74EDBF
Tints of Aquamarine #74EDBF
RGB
CMYK
RGB Variations
Color information
#74EDBF (or 0x74EDBF) is known color: Aquamarine. HEX triplet: 74, ED and BF. RGB value is (116,237,191). Sum of RGB (Red+Green+Blue) = 116+237+191=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #74EDBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EDBF is #8B1240. Grayscale: #C3C3C3. Windows color (decimal): -9114177 or 12578164. OLE color: 12578164.
HSL color Cylindrical-coordinate representation of color #74EDBF: hue angle of 157.19º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EDBF is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 237 | 191 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.07 |
| HSL | 157.19º | 0.77% | 0.69% | - |
| HSV(B) | 157.19º | 0.51% | 0.93% | - |
| XYZ | 46.89 | 68.04 | 59.95 | - |
| YUV | 195.58 | 125.41 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 237 | 191 | 0.51 | 0 | 0.19 | 0.07 | 157.19 | 0.77 | 0.69 |
| Hex | 74 | ED | BF | 33 | 0 | 13 | 7 | 9D | 4D | 45 |
| Octal | 164 | 355 | 277 | 63 | 0 | 23 | 7 | 235 | 115 | 105 |
| Binary | 1110100 | 11101101 | 10111111 | 110011 | 0 | 10011 | 111 | 10011101 | 1001101 | 1000101 |
Color Harmonies of #74EDBF
Complementary color
Monochromatic Colors of #74EDBF
Black with #74EDBF
Text Example
Text Example
White with #74EDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EDBF; }
p { color: rgb(116,237,191); }
H1.HeaderClassName
{
color: #74EDBF;
}
.AnyTagClassName
{
color: #74EDBF;
}
</style>
background-color css
<style>
a { background-color: #74EDBF; }
a { background-color: rgb(116,237,191); }
div.DivClassName
{
background-color: #74EDBF;
}
.BgClassName
{
background-color: #74EDBF;
}
</style>
border-color css
<style>
span { border-color: #74EDBF; }
span { border-color: rgb(116,237,191); }
td.TdClassName
{
border-color: #74EDBF;
}
.TagClassName
{
border-color: #74EDBF;
}
</style>