Shades of Aquamarine #74F5BB
Tints of Aquamarine #74F5BB
RGB
CMYK
RGB Variations
Color information
#74F5BB (or 0x74F5BB) is known color: Aquamarine. HEX triplet: 74, F5 and BB. RGB value is (116,245,187). Sum of RGB (Red+Green+Blue) = 116+245+187=548 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.17% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #74F5BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F5BB is #8B0A44. Grayscale: #C7C7C7. Windows color (decimal): -9112133 or 12318068. OLE color: 12318068.
HSL color Cylindrical-coordinate representation of color #74F5BB: hue angle of 153.02º degrees, saturation: 0.87, 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 #74F5BB is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 245 | 187 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.04 |
| HSL | 153.02º | 0.87% | 0.71% | - |
| HSV(B) | 153.02º | 0.53% | 0.96% | - |
| XYZ | 48.82 | 72.61 | 58.45 | - |
| YUV | 199.82 | 120.76 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 245 | 187 | 0.53 | 0 | 0.24 | 0.04 | 153.02 | 0.87 | 0.71 |
| Hex | 74 | F5 | BB | 35 | 0 | 18 | 4 | 99 | 57 | 47 |
| Octal | 164 | 365 | 273 | 65 | 0 | 30 | 4 | 231 | 127 | 107 |
| Binary | 1110100 | 11110101 | 10111011 | 110101 | 0 | 11000 | 100 | 10011001 | 1010111 | 1000111 |
Color Harmonies of #74F5BB
Complementary color
Monochromatic Colors of #74F5BB
Black with #74F5BB
Text Example
Text Example
White with #74F5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F5BB; }
p { color: rgb(116,245,187); }
H1.HeaderClassName
{
color: #74F5BB;
}
.AnyTagClassName
{
color: #74F5BB;
}
</style>
background-color css
<style>
a { background-color: #74F5BB; }
a { background-color: rgb(116,245,187); }
div.DivClassName
{
background-color: #74F5BB;
}
.BgClassName
{
background-color: #74F5BB;
}
</style>
border-color css
<style>
span { border-color: #74F5BB; }
span { border-color: rgb(116,245,187); }
td.TdClassName
{
border-color: #74F5BB;
}
.TagClassName
{
border-color: #74F5BB;
}
</style>