Shades of Medium Aquamarine #74CFAC
Tints of Medium Aquamarine #74CFAC
RGB
CMYK
RGB Variations
Color information
#74CFAC (or 0x74CFAC) is known color: Medium Aquamarine. HEX triplet: 74, CF and AC. RGB value is (116,207,172). Sum of RGB (Red+Green+Blue) = 116+207+172=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CFAC is #8B3053. Grayscale: #AFAFAF. Windows color (decimal): -9121876 or 11325300. OLE color: 11325300.
HSL color Cylindrical-coordinate representation of color #74CFAC: hue angle of 156.92º 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 #74CFAC is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 172 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.19 |
| HSL | 156.92º | 0.49% | 0.63% | - |
| HSV(B) | 156.92º | 0.44% | 0.81% | - |
| XYZ | 36.96 | 51.32 | 46.99 | - |
| YUV | 175.8 | 125.85 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 172 | 0.44 | 0 | 0.17 | 0.19 | 156.92 | 0.49 | 0.63 |
| Hex | 74 | CF | AC | 2C | 0 | 11 | 13 | 9D | 31 | 3F |
| Octal | 164 | 317 | 254 | 54 | 0 | 21 | 23 | 235 | 61 | 77 |
| Binary | 1110100 | 11001111 | 10101100 | 101100 | 0 | 10001 | 10011 | 10011101 | 110001 | 111111 |
Color Harmonies of #74CFAC
Complementary color
Monochromatic Colors of #74CFAC
Black with #74CFAC
Text Example
Text Example
White with #74CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CFAC; }
p { color: rgb(116,207,172); }
H1.HeaderClassName
{
color: #74CFAC;
}
.AnyTagClassName
{
color: #74CFAC;
}
</style>
background-color css
<style>
a { background-color: #74CFAC; }
a { background-color: rgb(116,207,172); }
div.DivClassName
{
background-color: #74CFAC;
}
.BgClassName
{
background-color: #74CFAC;
}
</style>
border-color css
<style>
span { border-color: #74CFAC; }
span { border-color: rgb(116,207,172); }
td.TdClassName
{
border-color: #74CFAC;
}
.TagClassName
{
border-color: #74CFAC;
}
</style>