Shades of Aquamarine #74EADA
Tints of Aquamarine #74EADA
RGB
CMYK
RGB Variations
Color information
#74EADA (or 0x74EADA) is known color: Aquamarine. HEX triplet: 74, EA and DA. RGB value is (116,234,218). Sum of RGB (Red+Green+Blue) = 116+234+218=568 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.42% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #74EADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EADA is #8B1525. Grayscale: #C4C4C4. Windows color (decimal): -9114918 or 14346868. OLE color: 14346868.
HSL color Cylindrical-coordinate representation of color #74EADA: hue angle of 171.86º 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 #74EADA is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 234 | 218 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.08 |
| HSL | 171.86º | 0.74% | 0.69% | - |
| HSV(B) | 171.86º | 0.5% | 0.92% | - |
| XYZ | 49.28 | 67.62 | 76.78 | - |
| YUV | 196.89 | 139.91 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 234 | 218 | 0.50 | 0 | 0.07 | 0.08 | 171.86 | 0.74 | 0.69 |
| Hex | 74 | EA | DA | 32 | 0 | 7 | 8 | AC | 4A | 45 |
| Octal | 164 | 352 | 332 | 62 | 0 | 7 | 10 | 254 | 112 | 105 |
| Binary | 1110100 | 11101010 | 11011010 | 110010 | 0 | 111 | 1000 | 10101100 | 1001010 | 1000101 |
Color Harmonies of #74EADA
Complementary color
Monochromatic Colors of #74EADA
Black with #74EADA
Text Example
Text Example
White with #74EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EADA; }
p { color: rgb(116,234,218); }
H1.HeaderClassName
{
color: #74EADA;
}
.AnyTagClassName
{
color: #74EADA;
}
</style>
background-color css
<style>
a { background-color: #74EADA; }
a { background-color: rgb(116,234,218); }
div.DivClassName
{
background-color: #74EADA;
}
.BgClassName
{
background-color: #74EADA;
}
</style>
border-color css
<style>
span { border-color: #74EADA; }
span { border-color: rgb(116,234,218); }
td.TdClassName
{
border-color: #74EADA;
}
.TagClassName
{
border-color: #74EADA;
}
</style>