Shades of Medium Aquamarine #74CA9F
Tints of Medium Aquamarine #74CA9F
RGB
CMYK
RGB Variations
Color information
#74CA9F (or 0x74CA9F) is known color: Medium Aquamarine. HEX triplet: 74, CA and 9F. RGB value is (116,202,159). Sum of RGB (Red+Green+Blue) = 116+202+159=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CA9F is #8B3560. Grayscale: #ABABAB. Windows color (decimal): -9123169 or 10472052. OLE color: 10472052.
HSL color Cylindrical-coordinate representation of color #74CA9F: hue angle of 150º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CA9F is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 202 | 159 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.21 |
| HSL | 150º | 0.45% | 0.62% | - |
| HSV(B) | 150º | 0.43% | 0.79% | - |
| XYZ | 34.58 | 48.46 | 40.33 | - |
| YUV | 171.38 | 121.01 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 202 | 159 | 0.43 | 0 | 0.21 | 0.21 | 150 | 0.45 | 0.62 |
| Hex | 74 | CA | 9F | 2B | 0 | 15 | 15 | 96 | 2D | 3E |
| Octal | 164 | 312 | 237 | 53 | 0 | 25 | 25 | 226 | 55 | 76 |
| Binary | 1110100 | 11001010 | 10011111 | 101011 | 0 | 10101 | 10101 | 10010110 | 101101 | 111110 |
Color Harmonies of #74CA9F
Complementary color
Monochromatic Colors of #74CA9F
Black with #74CA9F
Text Example
Text Example
White with #74CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CA9F; }
p { color: rgb(116,202,159); }
H1.HeaderClassName
{
color: #74CA9F;
}
.AnyTagClassName
{
color: #74CA9F;
}
</style>
background-color css
<style>
a { background-color: #74CA9F; }
a { background-color: rgb(116,202,159); }
div.DivClassName
{
background-color: #74CA9F;
}
.BgClassName
{
background-color: #74CA9F;
}
</style>
border-color css
<style>
span { border-color: #74CA9F; }
span { border-color: rgb(116,202,159); }
td.TdClassName
{
border-color: #74CA9F;
}
.TagClassName
{
border-color: #74CA9F;
}
</style>