Shades of Aquamarine #74EAD3
Tints of Aquamarine #74EAD3
RGB
CMYK
RGB Variations
Color information
#74EAD3 (or 0x74EAD3) is known color: Aquamarine. HEX triplet: 74, EA and D3. RGB value is (116,234,211). Sum of RGB (Red+Green+Blue) = 116+234+211=561 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.68% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #74EAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EAD3 is #8B152C. Grayscale: #C4C4C4. Windows color (decimal): -9114925 or 13888116. OLE color: 13888116.
HSL color Cylindrical-coordinate representation of color #74EAD3: hue angle of 168.31º 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 #74EAD3 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 234 | 211 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.08 |
| HSL | 168.31º | 0.74% | 0.69% | - |
| HSV(B) | 168.31º | 0.5% | 0.92% | - |
| XYZ | 48.38 | 67.26 | 72.06 | - |
| YUV | 196.1 | 136.41 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 234 | 211 | 0.50 | 0 | 0.10 | 0.08 | 168.31 | 0.74 | 0.69 |
| Hex | 74 | EA | D3 | 32 | 0 | A | 8 | A8 | 4A | 45 |
| Octal | 164 | 352 | 323 | 62 | 0 | 12 | 10 | 250 | 112 | 105 |
| Binary | 1110100 | 11101010 | 11010011 | 110010 | 0 | 1010 | 1000 | 10101000 | 1001010 | 1000101 |
Color Harmonies of #74EAD3
Complementary color
Monochromatic Colors of #74EAD3
Black with #74EAD3
Text Example
Text Example
White with #74EAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EAD3; }
p { color: rgb(116,234,211); }
H1.HeaderClassName
{
color: #74EAD3;
}
.AnyTagClassName
{
color: #74EAD3;
}
</style>
background-color css
<style>
a { background-color: #74EAD3; }
a { background-color: rgb(116,234,211); }
div.DivClassName
{
background-color: #74EAD3;
}
.BgClassName
{
background-color: #74EAD3;
}
</style>
border-color css
<style>
span { border-color: #74EAD3; }
span { border-color: rgb(116,234,211); }
td.TdClassName
{
border-color: #74EAD3;
}
.TagClassName
{
border-color: #74EAD3;
}
</style>