Shades of Aquamarine #74FFD7
Tints of Aquamarine #74FFD7
RGB
CMYK
RGB Variations
Color information
#74FFD7 (or 0x74FFD7) is known color: Aquamarine. HEX triplet: 74, FF and D7. RGB value is (116,255,215). Sum of RGB (Red+Green+Blue) = 116+255+215=586 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.80% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFD7 is #8B0028. Grayscale: #D0D0D0. Windows color (decimal): -9109545 or 14155636. OLE color: 14155636.
HSL color Cylindrical-coordinate representation of color #74FFD7: hue angle of 162.73º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FFD7 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 215 | - |
| CMYK | 0.55 | 0 | 0.16 | 0 |
| HSL | 162.73º | 1% | 0.73% | - |
| HSV(B) | 162.73º | 0.55% | 1% | - |
| XYZ | 55.23 | 80.14 | 76.85 | - |
| YUV | 208.88 | 131.45 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 215 | 0.55 | 0 | 0.16 | 0 | 162.73 | 1 | 0.73 |
| Hex | 74 | FF | D7 | 37 | 0 | 10 | 0 | A3 | 64 | 49 |
| Octal | 164 | 377 | 327 | 67 | 0 | 20 | 0 | 243 | 144 | 111 |
| Binary | 1110100 | 11111111 | 11010111 | 110111 | 0 | 10000 | 0 | 10100011 | 1100100 | 1001001 |
Color Harmonies of #74FFD7
Complementary color
Monochromatic Colors of #74FFD7
Black with #74FFD7
Text Example
Text Example
White with #74FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFD7; }
p { color: rgb(116,255,215); }
H1.HeaderClassName
{
color: #74FFD7;
}
.AnyTagClassName
{
color: #74FFD7;
}
</style>
background-color css
<style>
a { background-color: #74FFD7; }
a { background-color: rgb(116,255,215); }
div.DivClassName
{
background-color: #74FFD7;
}
.BgClassName
{
background-color: #74FFD7;
}
</style>
border-color css
<style>
span { border-color: #74FFD7; }
span { border-color: rgb(116,255,215); }
td.TdClassName
{
border-color: #74FFD7;
}
.TagClassName
{
border-color: #74FFD7;
}
</style>