Shades of Aquamarine #74FFBE
Tints of Aquamarine #74FFBE
RGB
CMYK
RGB Variations
Color information
#74FFBE (or 0x74FFBE) is known color: Aquamarine. HEX triplet: 74, FF and BE. RGB value is (116,255,190). Sum of RGB (Red+Green+Blue) = 116+255+190=561 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.68% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFBE is #8B0041. Grayscale: #CECECE. Windows color (decimal): -9109570 or 12517236. OLE color: 12517236.
HSL color Cylindrical-coordinate representation of color #74FFBE: hue angle of 151.94º 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 #74FFBE is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 190 | - |
| CMYK | 0.55 | 0 | 0.25 | 0 |
| HSL | 151.94º | 1% | 0.73% | - |
| HSV(B) | 151.94º | 0.55% | 1% | - |
| XYZ | 52.26 | 78.95 | 61.2 | - |
| YUV | 206.03 | 118.95 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 190 | 0.55 | 0 | 0.25 | 0 | 151.94 | 1 | 0.73 |
| Hex | 74 | FF | BE | 37 | 0 | 19 | 0 | 98 | 64 | 49 |
| Octal | 164 | 377 | 276 | 67 | 0 | 31 | 0 | 230 | 144 | 111 |
| Binary | 1110100 | 11111111 | 10111110 | 110111 | 0 | 11001 | 0 | 10011000 | 1100100 | 1001001 |
Color Harmonies of #74FFBE
Complementary color
Monochromatic Colors of #74FFBE
Black with #74FFBE
Text Example
Text Example
White with #74FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFBE; }
p { color: rgb(116,255,190); }
H1.HeaderClassName
{
color: #74FFBE;
}
.AnyTagClassName
{
color: #74FFBE;
}
</style>
background-color css
<style>
a { background-color: #74FFBE; }
a { background-color: rgb(116,255,190); }
div.DivClassName
{
background-color: #74FFBE;
}
.BgClassName
{
background-color: #74FFBE;
}
</style>
border-color css
<style>
span { border-color: #74FFBE; }
span { border-color: rgb(116,255,190); }
td.TdClassName
{
border-color: #74FFBE;
}
.TagClassName
{
border-color: #74FFBE;
}
</style>