Shades of Medium Aquamarine #74CCA6
Tints of Medium Aquamarine #74CCA6
RGB
CMYK
RGB Variations
Color information
#74CCA6 (or 0x74CCA6) is known color: Medium Aquamarine. HEX triplet: 74, CC and A6. RGB value is (116,204,166). Sum of RGB (Red+Green+Blue) = 116+204+166=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #74CCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CCA6 is #8B3359. Grayscale: #ADADAD. Windows color (decimal): -9122650 or 10931316. OLE color: 10931316.
HSL color Cylindrical-coordinate representation of color #74CCA6: hue angle of 154.09º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CCA6 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 204 | 166 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.2 |
| HSL | 154.09º | 0.46% | 0.63% | - |
| HSV(B) | 154.09º | 0.43% | 0.8% | - |
| XYZ | 35.68 | 49.65 | 43.78 | - |
| YUV | 173.36 | 123.85 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 204 | 166 | 0.43 | 0 | 0.19 | 0.2 | 154.09 | 0.46 | 0.63 |
| Hex | 74 | CC | A6 | 2B | 0 | 13 | 14 | 9A | 2E | 3F |
| Octal | 164 | 314 | 246 | 53 | 0 | 23 | 24 | 232 | 56 | 77 |
| Binary | 1110100 | 11001100 | 10100110 | 101011 | 0 | 10011 | 10100 | 10011010 | 101110 | 111111 |
Color Harmonies of #74CCA6
Complementary color
Monochromatic Colors of #74CCA6
Black with #74CCA6
Text Example
Text Example
White with #74CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CCA6; }
p { color: rgb(116,204,166); }
H1.HeaderClassName
{
color: #74CCA6;
}
.AnyTagClassName
{
color: #74CCA6;
}
</style>
background-color css
<style>
a { background-color: #74CCA6; }
a { background-color: rgb(116,204,166); }
div.DivClassName
{
background-color: #74CCA6;
}
.BgClassName
{
background-color: #74CCA6;
}
</style>
border-color css
<style>
span { border-color: #74CCA6; }
span { border-color: rgb(116,204,166); }
td.TdClassName
{
border-color: #74CCA6;
}
.TagClassName
{
border-color: #74CCA6;
}
</style>