Shades of Aquamarine #74EAD4
Tints of Aquamarine #74EAD4
RGB
CMYK
RGB Variations
Color information
#74EAD4 (or 0x74EAD4) is known color: Aquamarine. HEX triplet: 74, EA and D4. RGB value is (116,234,212). Sum of RGB (Red+Green+Blue) = 116+234+212=562 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.64% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #74EAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EAD4 is #8B152B. Grayscale: #C4C4C4. Windows color (decimal): -9114924 or 13953652. OLE color: 13953652.
HSL color Cylindrical-coordinate representation of color #74EAD4: hue angle of 168.81º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74EAD4 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 234 | 212 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.08 |
| HSL | 168.81º | 0.74% | 0.69% | - |
| HSV(B) | 168.81º | 0.5% | 0.92% | - |
| XYZ | 48.51 | 67.31 | 72.72 | - |
| YUV | 196.21 | 136.91 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 234 | 212 | 0.50 | 0 | 0.09 | 0.08 | 168.81 | 0.74 | 0.69 |
| Hex | 74 | EA | D4 | 32 | 0 | 9 | 8 | A9 | 4A | 45 |
| Octal | 164 | 352 | 324 | 62 | 0 | 11 | 10 | 251 | 112 | 105 |
| Binary | 1110100 | 11101010 | 11010100 | 110010 | 0 | 1001 | 1000 | 10101001 | 1001010 | 1000101 |
Color Harmonies of #74EAD4
Complementary color
Monochromatic Colors of #74EAD4
Black with #74EAD4
Text Example
Text Example
White with #74EAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EAD4; }
p { color: rgb(116,234,212); }
H1.HeaderClassName
{
color: #74EAD4;
}
.AnyTagClassName
{
color: #74EAD4;
}
</style>
background-color css
<style>
a { background-color: #74EAD4; }
a { background-color: rgb(116,234,212); }
div.DivClassName
{
background-color: #74EAD4;
}
.BgClassName
{
background-color: #74EAD4;
}
</style>
border-color css
<style>
span { border-color: #74EAD4; }
span { border-color: rgb(116,234,212); }
td.TdClassName
{
border-color: #74EAD4;
}
.TagClassName
{
border-color: #74EAD4;
}
</style>