Shades of Aquamarine #74F6BC
Tints of Aquamarine #74F6BC
RGB
CMYK
RGB Variations
Color information
#74F6BC (or 0x74F6BC) is known color: Aquamarine. HEX triplet: 74, F6 and BC. RGB value is (116,246,188). Sum of RGB (Red+Green+Blue) = 116+246+188=550 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.09% from 550); Green value is 246 (96.48% from 255 or 44.73% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 246 - color contains mainly: green. Hex color #74F6BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F6BC is #8B0943. Grayscale: #C8C8C8. Windows color (decimal): -9111876 or 12383860. OLE color: 12383860.
HSL color Cylindrical-coordinate representation of color #74F6BC: hue angle of 153.23º 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 #74F6BC is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 246 | 188 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.04 |
| HSL | 153.23º | 0.88% | 0.71% | - |
| HSV(B) | 153.23º | 0.53% | 0.96% | - |
| XYZ | 49.24 | 73.26 | 59.12 | - |
| YUV | 200.52 | 120.93 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 246 | 188 | 0.53 | 0 | 0.24 | 0.04 | 153.23 | 0.88 | 0.71 |
| Hex | 74 | F6 | BC | 35 | 0 | 18 | 4 | 99 | 58 | 47 |
| Octal | 164 | 366 | 274 | 65 | 0 | 30 | 4 | 231 | 130 | 107 |
| Binary | 1110100 | 11110110 | 10111100 | 110101 | 0 | 11000 | 100 | 10011001 | 1011000 | 1000111 |
Color Harmonies of #74F6BC
Complementary color
Monochromatic Colors of #74F6BC
Black with #74F6BC
Text Example
Text Example
White with #74F6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F6BC; }
p { color: rgb(116,246,188); }
H1.HeaderClassName
{
color: #74F6BC;
}
.AnyTagClassName
{
color: #74F6BC;
}
</style>
background-color css
<style>
a { background-color: #74F6BC; }
a { background-color: rgb(116,246,188); }
div.DivClassName
{
background-color: #74F6BC;
}
.BgClassName
{
background-color: #74F6BC;
}
</style>
border-color css
<style>
span { border-color: #74F6BC; }
span { border-color: rgb(116,246,188); }
td.TdClassName
{
border-color: #74F6BC;
}
.TagClassName
{
border-color: #74F6BC;
}
</style>