Shades of Medium Aquamarine #74CFB0
Tints of Medium Aquamarine #74CFB0
RGB
CMYK
RGB Variations
Color information
#74CFB0 (or 0x74CFB0) is known color: Medium Aquamarine. HEX triplet: 74, CF and B0. RGB value is (116,207,176). Sum of RGB (Red+Green+Blue) = 116+207+176=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CFB0 is #8B304F. Grayscale: #B0B0B0. Windows color (decimal): -9121872 or 11587444. OLE color: 11587444.
HSL color Cylindrical-coordinate representation of color #74CFB0: hue angle of 159.56º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CFB0 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 176 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.19 |
| HSL | 159.56º | 0.49% | 0.63% | - |
| HSV(B) | 159.56º | 0.44% | 0.81% | - |
| XYZ | 37.35 | 51.47 | 49.04 | - |
| YUV | 176.26 | 127.85 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 176 | 0.44 | 0 | 0.15 | 0.19 | 159.56 | 0.49 | 0.63 |
| Hex | 74 | CF | B0 | 2C | 0 | F | 13 | A0 | 31 | 3F |
| Octal | 164 | 317 | 260 | 54 | 0 | 17 | 23 | 240 | 61 | 77 |
| Binary | 1110100 | 11001111 | 10110000 | 101100 | 0 | 1111 | 10011 | 10100000 | 110001 | 111111 |
Color Harmonies of #74CFB0
Complementary color
Monochromatic Colors of #74CFB0
Black with #74CFB0
Text Example
Text Example
White with #74CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CFB0; }
p { color: rgb(116,207,176); }
H1.HeaderClassName
{
color: #74CFB0;
}
.AnyTagClassName
{
color: #74CFB0;
}
</style>
background-color css
<style>
a { background-color: #74CFB0; }
a { background-color: rgb(116,207,176); }
div.DivClassName
{
background-color: #74CFB0;
}
.BgClassName
{
background-color: #74CFB0;
}
</style>
border-color css
<style>
span { border-color: #74CFB0; }
span { border-color: rgb(116,207,176); }
td.TdClassName
{
border-color: #74CFB0;
}
.TagClassName
{
border-color: #74CFB0;
}
</style>