Shades of Aquamarine #74EDDE
Tints of Aquamarine #74EDDE
RGB
CMYK
RGB Variations
Color information
#74EDDE (or 0x74EDDE) is known color: Aquamarine. HEX triplet: 74, ED and DE. RGB value is (116,237,222). Sum of RGB (Red+Green+Blue) = 116+237+222=575 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.17% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #74EDDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EDDE is #8B1221. Grayscale: #C7C7C7. Windows color (decimal): -9114146 or 14609780. OLE color: 14609780.
HSL color Cylindrical-coordinate representation of color #74EDDE: hue angle of 172.56º degrees, saturation: 0.77, 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 #74EDDE is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 237 | 222 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.07 |
| HSL | 172.56º | 0.77% | 0.69% | - |
| HSV(B) | 172.56º | 0.51% | 0.93% | - |
| XYZ | 50.67 | 69.56 | 79.86 | - |
| YUV | 199.11 | 140.91 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 237 | 222 | 0.51 | 0 | 0.06 | 0.07 | 172.56 | 0.77 | 0.69 |
| Hex | 74 | ED | DE | 33 | 0 | 6 | 7 | AD | 4D | 45 |
| Octal | 164 | 355 | 336 | 63 | 0 | 6 | 7 | 255 | 115 | 105 |
| Binary | 1110100 | 11101101 | 11011110 | 110011 | 0 | 110 | 111 | 10101101 | 1001101 | 1000101 |
Color Harmonies of #74EDDE
Complementary color
Monochromatic Colors of #74EDDE
Black with #74EDDE
Text Example
Text Example
White with #74EDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EDDE; }
p { color: rgb(116,237,222); }
H1.HeaderClassName
{
color: #74EDDE;
}
.AnyTagClassName
{
color: #74EDDE;
}
</style>
background-color css
<style>
a { background-color: #74EDDE; }
a { background-color: rgb(116,237,222); }
div.DivClassName
{
background-color: #74EDDE;
}
.BgClassName
{
background-color: #74EDDE;
}
</style>
border-color css
<style>
span { border-color: #74EDDE; }
span { border-color: rgb(116,237,222); }
td.TdClassName
{
border-color: #74EDDE;
}
.TagClassName
{
border-color: #74EDDE;
}
</style>