Shades of Aquamarine #74F0C1
Tints of Aquamarine #74F0C1
RGB
CMYK
RGB Variations
Color information
#74F0C1 (or 0x74F0C1) is known color: Aquamarine. HEX triplet: 74, F0 and C1. RGB value is (116,240,193). Sum of RGB (Red+Green+Blue) = 116+240+193=549 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.13% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #74F0C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F0C1 is #8B0F3E. Grayscale: #C5C5C5. Windows color (decimal): -9113407 or 12710004. OLE color: 12710004.
HSL color Cylindrical-coordinate representation of color #74F0C1: hue angle of 157.26º 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 #74F0C1 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 240 | 193 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.06 |
| HSL | 157.26º | 0.81% | 0.7% | - |
| HSV(B) | 157.26º | 0.52% | 0.94% | - |
| XYZ | 47.99 | 69.88 | 61.41 | - |
| YUV | 197.57 | 125.42 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 240 | 193 | 0.52 | 0 | 0.20 | 0.06 | 157.26 | 0.81 | 0.7 |
| Hex | 74 | F0 | C1 | 34 | 0 | 14 | 6 | 9D | 51 | 46 |
| Octal | 164 | 360 | 301 | 64 | 0 | 24 | 6 | 235 | 121 | 106 |
| Binary | 1110100 | 11110000 | 11000001 | 110100 | 0 | 10100 | 110 | 10011101 | 1010001 | 1000110 |
Color Harmonies of #74F0C1
Complementary color
Monochromatic Colors of #74F0C1
Black with #74F0C1
Text Example
Text Example
White with #74F0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F0C1; }
p { color: rgb(116,240,193); }
H1.HeaderClassName
{
color: #74F0C1;
}
.AnyTagClassName
{
color: #74F0C1;
}
</style>
background-color css
<style>
a { background-color: #74F0C1; }
a { background-color: rgb(116,240,193); }
div.DivClassName
{
background-color: #74F0C1;
}
.BgClassName
{
background-color: #74F0C1;
}
</style>
border-color css
<style>
span { border-color: #74F0C1; }
span { border-color: rgb(116,240,193); }
td.TdClassName
{
border-color: #74F0C1;
}
.TagClassName
{
border-color: #74F0C1;
}
</style>