Shades of Medium Aquamarine #74CB9F
Tints of Medium Aquamarine #74CB9F
RGB
CMYK
RGB Variations
Color information
#74CB9F (or 0x74CB9F) is known color: Medium Aquamarine. HEX triplet: 74, CB and 9F. RGB value is (116,203,159). Sum of RGB (Red+Green+Blue) = 116+203+159=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CB9F is #8B3460. Grayscale: #ACACAC. Windows color (decimal): -9122913 or 10472308. OLE color: 10472308.
HSL color Cylindrical-coordinate representation of color #74CB9F: hue angle of 149.66º 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 #74CB9F is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 203 | 159 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.20 |
| HSL | 149.66º | 0.46% | 0.63% | - |
| HSV(B) | 149.66º | 0.43% | 0.8% | - |
| XYZ | 34.82 | 48.93 | 40.41 | - |
| YUV | 171.97 | 120.68 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 159 | 0.43 | 0 | 0.22 | 0.20 | 149.66 | 0.46 | 0.63 |
| Hex | 74 | CB | 9F | 2B | 0 | 16 | 14 | 96 | 2E | 3F |
| Octal | 164 | 313 | 237 | 53 | 0 | 26 | 24 | 226 | 56 | 77 |
| Binary | 1110100 | 11001011 | 10011111 | 101011 | 0 | 10110 | 10100 | 10010110 | 101110 | 111111 |
Color Harmonies of #74CB9F
Complementary color
Monochromatic Colors of #74CB9F
Black with #74CB9F
Text Example
Text Example
White with #74CB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CB9F; }
p { color: rgb(116,203,159); }
H1.HeaderClassName
{
color: #74CB9F;
}
.AnyTagClassName
{
color: #74CB9F;
}
</style>
background-color css
<style>
a { background-color: #74CB9F; }
a { background-color: rgb(116,203,159); }
div.DivClassName
{
background-color: #74CB9F;
}
.BgClassName
{
background-color: #74CB9F;
}
</style>
border-color css
<style>
span { border-color: #74CB9F; }
span { border-color: rgb(116,203,159); }
td.TdClassName
{
border-color: #74CB9F;
}
.TagClassName
{
border-color: #74CB9F;
}
</style>