Shades of Medium Aquamarine #74CAA7
Tints of Medium Aquamarine #74CAA7
RGB
CMYK
RGB Variations
Color information
#74CAA7 (or 0x74CAA7) is known color: Medium Aquamarine. HEX triplet: 74, CA and A7. RGB value is (116,202,167). Sum of RGB (Red+Green+Blue) = 116+202+167=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #74CAA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CAA7 is #8B3558. Grayscale: #ACACAC. Windows color (decimal): -9123161 or 10996340. OLE color: 10996340.
HSL color Cylindrical-coordinate representation of color #74CAA7: hue angle of 155.58º 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 #74CAA7 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 202 | 167 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.21 |
| HSL | 155.58º | 0.45% | 0.62% | - |
| HSV(B) | 155.58º | 0.43% | 0.79% | - |
| XYZ | 35.3 | 48.74 | 44.11 | - |
| YUV | 172.3 | 125.01 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 202 | 167 | 0.43 | 0 | 0.17 | 0.21 | 155.58 | 0.45 | 0.62 |
| Hex | 74 | CA | A7 | 2B | 0 | 11 | 15 | 9C | 2D | 3E |
| Octal | 164 | 312 | 247 | 53 | 0 | 21 | 25 | 234 | 55 | 76 |
| Binary | 1110100 | 11001010 | 10100111 | 101011 | 0 | 10001 | 10101 | 10011100 | 101101 | 111110 |
Color Harmonies of #74CAA7
Complementary color
Monochromatic Colors of #74CAA7
Black with #74CAA7
Text Example
Text Example
White with #74CAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CAA7; }
p { color: rgb(116,202,167); }
H1.HeaderClassName
{
color: #74CAA7;
}
.AnyTagClassName
{
color: #74CAA7;
}
</style>
background-color css
<style>
a { background-color: #74CAA7; }
a { background-color: rgb(116,202,167); }
div.DivClassName
{
background-color: #74CAA7;
}
.BgClassName
{
background-color: #74CAA7;
}
</style>
border-color css
<style>
span { border-color: #74CAA7; }
span { border-color: rgb(116,202,167); }
td.TdClassName
{
border-color: #74CAA7;
}
.TagClassName
{
border-color: #74CAA7;
}
</style>