Shades of Medium Aquamarine #74CFA3
Tints of Medium Aquamarine #74CFA3
RGB
CMYK
RGB Variations
Color information
#74CFA3 (or 0x74CFA3) is known color: Medium Aquamarine. HEX triplet: 74, CF and A3. RGB value is (116,207,163). Sum of RGB (Red+Green+Blue) = 116+207+163=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CFA3 is #8B305C. Grayscale: #AEAEAE. Windows color (decimal): -9121885 or 10735476. OLE color: 10735476.
HSL color Cylindrical-coordinate representation of color #74CFA3: hue angle of 150.99º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CFA3 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 163 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.19 |
| HSL | 150.99º | 0.49% | 0.63% | - |
| HSV(B) | 150.99º | 0.44% | 0.81% | - |
| XYZ | 36.13 | 50.98 | 42.59 | - |
| YUV | 174.78 | 121.35 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 163 | 0.44 | 0 | 0.21 | 0.19 | 150.99 | 0.49 | 0.63 |
| Hex | 74 | CF | A3 | 2C | 0 | 15 | 13 | 97 | 31 | 3F |
| Octal | 164 | 317 | 243 | 54 | 0 | 25 | 23 | 227 | 61 | 77 |
| Binary | 1110100 | 11001111 | 10100011 | 101100 | 0 | 10101 | 10011 | 10010111 | 110001 | 111111 |
Color Harmonies of #74CFA3
Complementary color
Monochromatic Colors of #74CFA3
Black with #74CFA3
Text Example
Text Example
White with #74CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CFA3; }
p { color: rgb(116,207,163); }
H1.HeaderClassName
{
color: #74CFA3;
}
.AnyTagClassName
{
color: #74CFA3;
}
</style>
background-color css
<style>
a { background-color: #74CFA3; }
a { background-color: rgb(116,207,163); }
div.DivClassName
{
background-color: #74CFA3;
}
.BgClassName
{
background-color: #74CFA3;
}
</style>
border-color css
<style>
span { border-color: #74CFA3; }
span { border-color: rgb(116,207,163); }
td.TdClassName
{
border-color: #74CFA3;
}
.TagClassName
{
border-color: #74CFA3;
}
</style>