Shades of Aquamarine #74EEBF
Tints of Aquamarine #74EEBF
RGB
CMYK
RGB Variations
Color information
#74EEBF (or 0x74EEBF) is known color: Aquamarine. HEX triplet: 74, EE and BF. RGB value is (116,238,191). Sum of RGB (Red+Green+Blue) = 116+238+191=545 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.28% from 545); Green value is 238 (93.36% from 255 or 43.67% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 238 - color contains mainly: green. Hex color #74EEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EEBF is #8B1140. Grayscale: #C4C4C4. Windows color (decimal): -9113921 or 12578420. OLE color: 12578420.
HSL color Cylindrical-coordinate representation of color #74EEBF: hue angle of 156.89º degrees, saturation: 0.78, 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 #74EEBF is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 238 | 191 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.07 |
| HSL | 156.89º | 0.78% | 0.69% | - |
| HSV(B) | 156.89º | 0.51% | 0.93% | - |
| XYZ | 47.18 | 68.62 | 60.05 | - |
| YUV | 196.16 | 125.08 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 238 | 191 | 0.51 | 0 | 0.20 | 0.07 | 156.89 | 0.78 | 0.69 |
| Hex | 74 | EE | BF | 33 | 0 | 14 | 7 | 9D | 4E | 45 |
| Octal | 164 | 356 | 277 | 63 | 0 | 24 | 7 | 235 | 116 | 105 |
| Binary | 1110100 | 11101110 | 10111111 | 110011 | 0 | 10100 | 111 | 10011101 | 1001110 | 1000101 |
Color Harmonies of #74EEBF
Complementary color
Monochromatic Colors of #74EEBF
Black with #74EEBF
Text Example
Text Example
White with #74EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EEBF; }
p { color: rgb(116,238,191); }
H1.HeaderClassName
{
color: #74EEBF;
}
.AnyTagClassName
{
color: #74EEBF;
}
</style>
background-color css
<style>
a { background-color: #74EEBF; }
a { background-color: rgb(116,238,191); }
div.DivClassName
{
background-color: #74EEBF;
}
.BgClassName
{
background-color: #74EEBF;
}
</style>
border-color css
<style>
span { border-color: #74EEBF; }
span { border-color: rgb(116,238,191); }
td.TdClassName
{
border-color: #74EEBF;
}
.TagClassName
{
border-color: #74EEBF;
}
</style>