Shades of Medium Aquamarine #74D69F
Tints of Medium Aquamarine #74D69F
RGB
CMYK
RGB Variations
Color information
#74D69F (or 0x74D69F) is known color: Medium Aquamarine. HEX triplet: 74, D6 and 9F. RGB value is (116,214,159). Sum of RGB (Red+Green+Blue) = 116+214+159=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #74D69F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D69F is #8B2960. Grayscale: #B2B2B2. Windows color (decimal): -9120097 or 10475124. OLE color: 10475124.
HSL color Cylindrical-coordinate representation of color #74D69F: hue angle of 146.33º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D69F is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 159 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.16 |
| HSL | 146.33º | 0.54% | 0.65% | - |
| HSV(B) | 146.33º | 0.46% | 0.84% | - |
| XYZ | 37.51 | 54.31 | 41.31 | - |
| YUV | 178.43 | 117.03 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 159 | 0.46 | 0 | 0.26 | 0.16 | 146.33 | 0.54 | 0.65 |
| Hex | 74 | D6 | 9F | 2E | 0 | 1A | 10 | 92 | 36 | 41 |
| Octal | 164 | 326 | 237 | 56 | 0 | 32 | 20 | 222 | 66 | 101 |
| Binary | 1110100 | 11010110 | 10011111 | 101110 | 0 | 11010 | 10000 | 10010010 | 110110 | 1000001 |
Color Harmonies of #74D69F
Complementary color
Monochromatic Colors of #74D69F
Black with #74D69F
Text Example
Text Example
White with #74D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D69F; }
p { color: rgb(116,214,159); }
H1.HeaderClassName
{
color: #74D69F;
}
.AnyTagClassName
{
color: #74D69F;
}
</style>
background-color css
<style>
a { background-color: #74D69F; }
a { background-color: rgb(116,214,159); }
div.DivClassName
{
background-color: #74D69F;
}
.BgClassName
{
background-color: #74D69F;
}
</style>
border-color css
<style>
span { border-color: #74D69F; }
span { border-color: rgb(116,214,159); }
td.TdClassName
{
border-color: #74D69F;
}
.TagClassName
{
border-color: #74D69F;
}
</style>