Shades of Medium Aquamarine #74CEAB
Tints of Medium Aquamarine #74CEAB
RGB
CMYK
RGB Variations
Color information
#74CEAB (or 0x74CEAB) is known color: Medium Aquamarine. HEX triplet: 74, CE and AB. RGB value is (116,206,171). Sum of RGB (Red+Green+Blue) = 116+206+171=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #74CEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CEAB is #8B3154. Grayscale: #AFAFAF. Windows color (decimal): -9122133 or 11259508. OLE color: 11259508.
HSL color Cylindrical-coordinate representation of color #74CEAB: hue angle of 156.67º degrees, saturation: 0.48, 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 #74CEAB is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 171 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.19 |
| HSL | 156.67º | 0.48% | 0.63% | - |
| HSV(B) | 156.67º | 0.44% | 0.81% | - |
| XYZ | 36.62 | 50.8 | 46.4 | - |
| YUV | 175.1 | 125.68 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 171 | 0.44 | 0 | 0.17 | 0.19 | 156.67 | 0.48 | 0.63 |
| Hex | 74 | CE | AB | 2C | 0 | 11 | 13 | 9D | 30 | 3F |
| Octal | 164 | 316 | 253 | 54 | 0 | 21 | 23 | 235 | 60 | 77 |
| Binary | 1110100 | 11001110 | 10101011 | 101100 | 0 | 10001 | 10011 | 10011101 | 110000 | 111111 |
Color Harmonies of #74CEAB
Complementary color
Monochromatic Colors of #74CEAB
Black with #74CEAB
Text Example
Text Example
White with #74CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CEAB; }
p { color: rgb(116,206,171); }
H1.HeaderClassName
{
color: #74CEAB;
}
.AnyTagClassName
{
color: #74CEAB;
}
</style>
background-color css
<style>
a { background-color: #74CEAB; }
a { background-color: rgb(116,206,171); }
div.DivClassName
{
background-color: #74CEAB;
}
.BgClassName
{
background-color: #74CEAB;
}
</style>
border-color css
<style>
span { border-color: #74CEAB; }
span { border-color: rgb(116,206,171); }
td.TdClassName
{
border-color: #74CEAB;
}
.TagClassName
{
border-color: #74CEAB;
}
</style>