Shades of Aquamarine #74EEBA
Tints of Aquamarine #74EEBA
RGB
CMYK
RGB Variations
Color information
#74EEBA (or 0x74EEBA) is known color: Aquamarine. HEX triplet: 74, EE and BA. RGB value is (116,238,186). Sum of RGB (Red+Green+Blue) = 116+238+186=540 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.48% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #74EEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EEBA is #8B1145. Grayscale: #C3C3C3. Windows color (decimal): -9113926 or 12250740. OLE color: 12250740.
HSL color Cylindrical-coordinate representation of color #74EEBA: hue angle of 154.43º 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 #74EEBA is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 238 | 186 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.07 |
| HSL | 154.43º | 0.78% | 0.69% | - |
| HSV(B) | 154.43º | 0.51% | 0.93% | - |
| XYZ | 46.64 | 68.41 | 57.2 | - |
| YUV | 195.59 | 122.58 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 238 | 186 | 0.51 | 0 | 0.22 | 0.07 | 154.43 | 0.78 | 0.69 |
| Hex | 74 | EE | BA | 33 | 0 | 16 | 7 | 9A | 4E | 45 |
| Octal | 164 | 356 | 272 | 63 | 0 | 26 | 7 | 232 | 116 | 105 |
| Binary | 1110100 | 11101110 | 10111010 | 110011 | 0 | 10110 | 111 | 10011010 | 1001110 | 1000101 |
Color Harmonies of #74EEBA
Complementary color
Monochromatic Colors of #74EEBA
Black with #74EEBA
Text Example
Text Example
White with #74EEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EEBA; }
p { color: rgb(116,238,186); }
H1.HeaderClassName
{
color: #74EEBA;
}
.AnyTagClassName
{
color: #74EEBA;
}
</style>
background-color css
<style>
a { background-color: #74EEBA; }
a { background-color: rgb(116,238,186); }
div.DivClassName
{
background-color: #74EEBA;
}
.BgClassName
{
background-color: #74EEBA;
}
</style>
border-color css
<style>
span { border-color: #74EEBA; }
span { border-color: rgb(116,238,186); }
td.TdClassName
{
border-color: #74EEBA;
}
.TagClassName
{
border-color: #74EEBA;
}
</style>