Shades of Aquamarine #74EEC8
Tints of Aquamarine #74EEC8
RGB
CMYK
RGB Variations
Color information
#74EEC8 (or 0x74EEC8) is known color: Aquamarine. HEX triplet: 74, EE and C8. RGB value is (116,238,200). Sum of RGB (Red+Green+Blue) = 116+238+200=554 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.94% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #74EEC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EEC8 is #8B1137. Grayscale: #C5C5C5. Windows color (decimal): -9113912 or 13168244. OLE color: 13168244.
HSL color Cylindrical-coordinate representation of color #74EEC8: hue angle of 161.31º degrees, saturation: 0.78, 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 #74EEC8 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 238 | 200 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.07 |
| HSL | 161.31º | 0.78% | 0.69% | - |
| HSV(B) | 161.31º | 0.51% | 0.93% | - |
| XYZ | 48.2 | 69.03 | 65.43 | - |
| YUV | 197.19 | 129.58 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 238 | 200 | 0.51 | 0 | 0.16 | 0.07 | 161.31 | 0.78 | 0.69 |
| Hex | 74 | EE | C8 | 33 | 0 | 10 | 7 | A1 | 4E | 45 |
| Octal | 164 | 356 | 310 | 63 | 0 | 20 | 7 | 241 | 116 | 105 |
| Binary | 1110100 | 11101110 | 11001000 | 110011 | 0 | 10000 | 111 | 10100001 | 1001110 | 1000101 |
Color Harmonies of #74EEC8
Complementary color
Monochromatic Colors of #74EEC8
Black with #74EEC8
Text Example
Text Example
White with #74EEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EEC8; }
p { color: rgb(116,238,200); }
H1.HeaderClassName
{
color: #74EEC8;
}
.AnyTagClassName
{
color: #74EEC8;
}
</style>
background-color css
<style>
a { background-color: #74EEC8; }
a { background-color: rgb(116,238,200); }
div.DivClassName
{
background-color: #74EEC8;
}
.BgClassName
{
background-color: #74EEC8;
}
</style>
border-color css
<style>
span { border-color: #74EEC8; }
span { border-color: rgb(116,238,200); }
td.TdClassName
{
border-color: #74EEC8;
}
.TagClassName
{
border-color: #74EEC8;
}
</style>