Shades of Medium Aquamarine #74CAA3
Tints of Medium Aquamarine #74CAA3
RGB
CMYK
RGB Variations
Color information
#74CAA3 (or 0x74CAA3) is known color: Medium Aquamarine. HEX triplet: 74, CA and A3. RGB value is (116,202,163). Sum of RGB (Red+Green+Blue) = 116+202+163=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #74CAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CAA3 is #8B355C. Grayscale: #ABABAB. Windows color (decimal): -9123165 or 10734196. OLE color: 10734196.
HSL color Cylindrical-coordinate representation of color #74CAA3: hue angle of 152.79º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CAA3 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 202 | 163 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.21 |
| HSL | 152.79º | 0.45% | 0.62% | - |
| HSV(B) | 152.79º | 0.43% | 0.79% | - |
| XYZ | 34.93 | 48.6 | 42.19 | - |
| YUV | 171.84 | 123.01 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 202 | 163 | 0.43 | 0 | 0.19 | 0.21 | 152.79 | 0.45 | 0.62 |
| Hex | 74 | CA | A3 | 2B | 0 | 13 | 15 | 99 | 2D | 3E |
| Octal | 164 | 312 | 243 | 53 | 0 | 23 | 25 | 231 | 55 | 76 |
| Binary | 1110100 | 11001010 | 10100011 | 101011 | 0 | 10011 | 10101 | 10011001 | 101101 | 111110 |
Color Harmonies of #74CAA3
Complementary color
Monochromatic Colors of #74CAA3
Black with #74CAA3
Text Example
Text Example
White with #74CAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CAA3; }
p { color: rgb(116,202,163); }
H1.HeaderClassName
{
color: #74CAA3;
}
.AnyTagClassName
{
color: #74CAA3;
}
</style>
background-color css
<style>
a { background-color: #74CAA3; }
a { background-color: rgb(116,202,163); }
div.DivClassName
{
background-color: #74CAA3;
}
.BgClassName
{
background-color: #74CAA3;
}
</style>
border-color css
<style>
span { border-color: #74CAA3; }
span { border-color: rgb(116,202,163); }
td.TdClassName
{
border-color: #74CAA3;
}
.TagClassName
{
border-color: #74CAA3;
}
</style>