Shades of Aquamarine #74EDC9
Tints of Aquamarine #74EDC9
RGB
CMYK
RGB Variations
Color information
#74EDC9 (or 0x74EDC9) is known color: Aquamarine. HEX triplet: 74, ED and C9. RGB value is (116,237,201). Sum of RGB (Red+Green+Blue) = 116+237+201=554 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.94% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #74EDC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EDC9 is #8B1236. Grayscale: #C4C4C4. Windows color (decimal): -9114167 or 13233524. OLE color: 13233524.
HSL color Cylindrical-coordinate representation of color #74EDC9: hue angle of 162.15º 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 #74EDC9 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 237 | 201 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.07 |
| HSL | 162.15º | 0.77% | 0.69% | - |
| HSV(B) | 162.15º | 0.51% | 0.93% | - |
| XYZ | 48.03 | 68.5 | 65.95 | - |
| YUV | 196.72 | 130.41 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 237 | 201 | 0.51 | 0 | 0.15 | 0.07 | 162.15 | 0.77 | 0.69 |
| Hex | 74 | ED | C9 | 33 | 0 | F | 7 | A2 | 4D | 45 |
| Octal | 164 | 355 | 311 | 63 | 0 | 17 | 7 | 242 | 115 | 105 |
| Binary | 1110100 | 11101101 | 11001001 | 110011 | 0 | 1111 | 111 | 10100010 | 1001101 | 1000101 |
Color Harmonies of #74EDC9
Complementary color
Monochromatic Colors of #74EDC9
Black with #74EDC9
Text Example
Text Example
White with #74EDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EDC9; }
p { color: rgb(116,237,201); }
H1.HeaderClassName
{
color: #74EDC9;
}
.AnyTagClassName
{
color: #74EDC9;
}
</style>
background-color css
<style>
a { background-color: #74EDC9; }
a { background-color: rgb(116,237,201); }
div.DivClassName
{
background-color: #74EDC9;
}
.BgClassName
{
background-color: #74EDC9;
}
</style>
border-color css
<style>
span { border-color: #74EDC9; }
span { border-color: rgb(116,237,201); }
td.TdClassName
{
border-color: #74EDC9;
}
.TagClassName
{
border-color: #74EDC9;
}
</style>