Shades of Aquamarine #74F5B5
Tints of Aquamarine #74F5B5
RGB
CMYK
RGB Variations
Color information
#74F5B5 (or 0x74F5B5) is known color: Aquamarine. HEX triplet: 74, F5 and B5. RGB value is (116,245,181). Sum of RGB (Red+Green+Blue) = 116+245+181=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #74F5B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F5B5 is #8B0A4A. Grayscale: #C7C7C7. Windows color (decimal): -9112139 or 11924852. OLE color: 11924852.
HSL color Cylindrical-coordinate representation of color #74F5B5: hue angle of 150.23º 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 #74F5B5 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 245 | 181 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.04 |
| HSL | 150.23º | 0.87% | 0.71% | - |
| HSV(B) | 150.23º | 0.53% | 0.96% | - |
| XYZ | 48.2 | 72.35 | 55.14 | - |
| YUV | 199.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 245 | 181 | 0.53 | 0 | 0.26 | 0.04 | 150.23 | 0.87 | 0.71 |
| Hex | 74 | F5 | B5 | 35 | 0 | 1A | 4 | 96 | 57 | 47 |
| Octal | 164 | 365 | 265 | 65 | 0 | 32 | 4 | 226 | 127 | 107 |
| Binary | 1110100 | 11110101 | 10110101 | 110101 | 0 | 11010 | 100 | 10010110 | 1010111 | 1000111 |
Color Harmonies of #74F5B5
Complementary color
Monochromatic Colors of #74F5B5
Black with #74F5B5
Text Example
Text Example
White with #74F5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F5B5; }
p { color: rgb(116,245,181); }
H1.HeaderClassName
{
color: #74F5B5;
}
.AnyTagClassName
{
color: #74F5B5;
}
</style>
background-color css
<style>
a { background-color: #74F5B5; }
a { background-color: rgb(116,245,181); }
div.DivClassName
{
background-color: #74F5B5;
}
.BgClassName
{
background-color: #74F5B5;
}
</style>
border-color css
<style>
span { border-color: #74F5B5; }
span { border-color: rgb(116,245,181); }
td.TdClassName
{
border-color: #74F5B5;
}
.TagClassName
{
border-color: #74F5B5;
}
</style>