Shades of Medium Aquamarine #74CDA6
Tints of Medium Aquamarine #74CDA6
RGB
CMYK
RGB Variations
Color information
#74CDA6 (or 0x74CDA6) is known color: Medium Aquamarine. HEX triplet: 74, CD and A6. RGB value is (116,205,166). Sum of RGB (Red+Green+Blue) = 116+205+166=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CDA6 is #8B3259. Grayscale: #AEAEAE. Windows color (decimal): -9122394 or 10931572. OLE color: 10931572.
HSL color Cylindrical-coordinate representation of color #74CDA6: hue angle of 153.71º degrees, saturation: 0.47, 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 #74CDA6 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 205 | 166 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.20 |
| HSL | 153.71º | 0.47% | 0.63% | - |
| HSV(B) | 153.71º | 0.43% | 0.8% | - |
| XYZ | 35.92 | 50.13 | 43.86 | - |
| YUV | 173.94 | 123.51 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 205 | 166 | 0.43 | 0 | 0.19 | 0.20 | 153.71 | 0.47 | 0.63 |
| Hex | 74 | CD | A6 | 2B | 0 | 13 | 14 | 9A | 2F | 3F |
| Octal | 164 | 315 | 246 | 53 | 0 | 23 | 24 | 232 | 57 | 77 |
| Binary | 1110100 | 11001101 | 10100110 | 101011 | 0 | 10011 | 10100 | 10011010 | 101111 | 111111 |
Color Harmonies of #74CDA6
Complementary color
Monochromatic Colors of #74CDA6
Black with #74CDA6
Text Example
Text Example
White with #74CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CDA6; }
p { color: rgb(116,205,166); }
H1.HeaderClassName
{
color: #74CDA6;
}
.AnyTagClassName
{
color: #74CDA6;
}
</style>
background-color css
<style>
a { background-color: #74CDA6; }
a { background-color: rgb(116,205,166); }
div.DivClassName
{
background-color: #74CDA6;
}
.BgClassName
{
background-color: #74CDA6;
}
</style>
border-color css
<style>
span { border-color: #74CDA6; }
span { border-color: rgb(116,205,166); }
td.TdClassName
{
border-color: #74CDA6;
}
.TagClassName
{
border-color: #74CDA6;
}
</style>