Shades of Aquamarine #74F8B1
Tints of Aquamarine #74F8B1
RGB
CMYK
RGB Variations
Color information
#74F8B1 (or 0x74F8B1) is known color: Aquamarine. HEX triplet: 74, F8 and B1. RGB value is (116,248,177). Sum of RGB (Red+Green+Blue) = 116+248+177=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #74F8B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F8B1 is #8B074E. Grayscale: #C8C8C8. Windows color (decimal): -9111375 or 11663476. OLE color: 11663476.
HSL color Cylindrical-coordinate representation of color #74F8B1: hue angle of 147.73º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F8B1 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 248 | 177 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.03 |
| HSL | 147.73º | 0.9% | 0.71% | - |
| HSV(B) | 147.73º | 0.53% | 0.97% | - |
| XYZ | 48.71 | 74.02 | 53.32 | - |
| YUV | 200.44 | 114.77 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 248 | 177 | 0.53 | 0 | 0.29 | 0.03 | 147.73 | 0.9 | 0.71 |
| Hex | 74 | F8 | B1 | 35 | 0 | 1D | 3 | 94 | 5A | 47 |
| Octal | 164 | 370 | 261 | 65 | 0 | 35 | 3 | 224 | 132 | 107 |
| Binary | 1110100 | 11111000 | 10110001 | 110101 | 0 | 11101 | 11 | 10010100 | 1011010 | 1000111 |
Color Harmonies of #74F8B1
Complementary color
Monochromatic Colors of #74F8B1
Black with #74F8B1
Text Example
Text Example
White with #74F8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F8B1; }
p { color: rgb(116,248,177); }
H1.HeaderClassName
{
color: #74F8B1;
}
.AnyTagClassName
{
color: #74F8B1;
}
</style>
background-color css
<style>
a { background-color: #74F8B1; }
a { background-color: rgb(116,248,177); }
div.DivClassName
{
background-color: #74F8B1;
}
.BgClassName
{
background-color: #74F8B1;
}
</style>
border-color css
<style>
span { border-color: #74F8B1; }
span { border-color: rgb(116,248,177); }
td.TdClassName
{
border-color: #74F8B1;
}
.TagClassName
{
border-color: #74F8B1;
}
</style>