Shades of Aquamarine #74F6C0
Tints of Aquamarine #74F6C0
RGB
CMYK
RGB Variations
Color information
#74F6C0 (or 0x74F6C0) is known color: Aquamarine. HEX triplet: 74, F6 and C0. RGB value is (116,246,192). Sum of RGB (Red+Green+Blue) = 116+246+192=554 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.94% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #74F6C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F6C0 is #8B093F. Grayscale: #C9C9C9. Windows color (decimal): -9111872 or 12646004. OLE color: 12646004.
HSL color Cylindrical-coordinate representation of color #74F6C0: hue angle of 155.08º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F6C0 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 246 | 192 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.04 |
| HSL | 155.08º | 0.88% | 0.71% | - |
| HSV(B) | 155.08º | 0.53% | 0.96% | - |
| XYZ | 49.67 | 73.43 | 61.42 | - |
| YUV | 200.97 | 122.93 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 246 | 192 | 0.53 | 0 | 0.22 | 0.04 | 155.08 | 0.88 | 0.71 |
| Hex | 74 | F6 | C0 | 35 | 0 | 16 | 4 | 9B | 58 | 47 |
| Octal | 164 | 366 | 300 | 65 | 0 | 26 | 4 | 233 | 130 | 107 |
| Binary | 1110100 | 11110110 | 11000000 | 110101 | 0 | 10110 | 100 | 10011011 | 1011000 | 1000111 |
Color Harmonies of #74F6C0
Complementary color
Monochromatic Colors of #74F6C0
Black with #74F6C0
Text Example
Text Example
White with #74F6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F6C0; }
p { color: rgb(116,246,192); }
H1.HeaderClassName
{
color: #74F6C0;
}
.AnyTagClassName
{
color: #74F6C0;
}
</style>
background-color css
<style>
a { background-color: #74F6C0; }
a { background-color: rgb(116,246,192); }
div.DivClassName
{
background-color: #74F6C0;
}
.BgClassName
{
background-color: #74F6C0;
}
</style>
border-color css
<style>
span { border-color: #74F6C0; }
span { border-color: rgb(116,246,192); }
td.TdClassName
{
border-color: #74F6C0;
}
.TagClassName
{
border-color: #74F6C0;
}
</style>