Shades of Aquamarine #74F0B4
Tints of Aquamarine #74F0B4
RGB
CMYK
RGB Variations
Color information
#74F0B4 (or 0x74F0B4) is known color: Aquamarine. HEX triplet: 74, F0 and B4. RGB value is (116,240,180). Sum of RGB (Red+Green+Blue) = 116+240+180=536 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.64% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #74F0B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F0B4 is #8B0F4B. Grayscale: #C4C4C4. Windows color (decimal): -9113420 or 11858036. OLE color: 11858036.
HSL color Cylindrical-coordinate representation of color #74F0B4: hue angle of 150.97º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F0B4 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 240 | 180 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.06 |
| HSL | 150.97º | 0.81% | 0.7% | - |
| HSV(B) | 150.97º | 0.52% | 0.94% | - |
| XYZ | 46.6 | 69.33 | 54.11 | - |
| YUV | 196.08 | 118.92 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 240 | 180 | 0.52 | 0 | 0.25 | 0.06 | 150.97 | 0.81 | 0.7 |
| Hex | 74 | F0 | B4 | 34 | 0 | 19 | 6 | 97 | 51 | 46 |
| Octal | 164 | 360 | 264 | 64 | 0 | 31 | 6 | 227 | 121 | 106 |
| Binary | 1110100 | 11110000 | 10110100 | 110100 | 0 | 11001 | 110 | 10010111 | 1010001 | 1000110 |
Color Harmonies of #74F0B4
Complementary color
Monochromatic Colors of #74F0B4
Black with #74F0B4
Text Example
Text Example
White with #74F0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F0B4; }
p { color: rgb(116,240,180); }
H1.HeaderClassName
{
color: #74F0B4;
}
.AnyTagClassName
{
color: #74F0B4;
}
</style>
background-color css
<style>
a { background-color: #74F0B4; }
a { background-color: rgb(116,240,180); }
div.DivClassName
{
background-color: #74F0B4;
}
.BgClassName
{
background-color: #74F0B4;
}
</style>
border-color css
<style>
span { border-color: #74F0B4; }
span { border-color: rgb(116,240,180); }
td.TdClassName
{
border-color: #74F0B4;
}
.TagClassName
{
border-color: #74F0B4;
}
</style>