Shades of Aquamarine #74EACB
Tints of Aquamarine #74EACB
RGB
CMYK
RGB Variations
Color information
#74EACB (or 0x74EACB) is known color: Aquamarine. HEX triplet: 74, EA and CB. RGB value is (116,234,203). Sum of RGB (Red+Green+Blue) = 116+234+203=553 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.98% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #74EACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EACB is #8B1534. Grayscale: #C3C3C3. Windows color (decimal): -9114933 or 13363828. OLE color: 13363828.
HSL color Cylindrical-coordinate representation of color #74EACB: hue angle of 164.24º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74EACB is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 234 | 203 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.08 |
| HSL | 164.24º | 0.74% | 0.69% | - |
| HSV(B) | 164.24º | 0.5% | 0.92% | - |
| XYZ | 47.4 | 66.87 | 66.91 | - |
| YUV | 195.18 | 132.41 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 234 | 203 | 0.50 | 0 | 0.13 | 0.08 | 164.24 | 0.74 | 0.69 |
| Hex | 74 | EA | CB | 32 | 0 | D | 8 | A4 | 4A | 45 |
| Octal | 164 | 352 | 313 | 62 | 0 | 15 | 10 | 244 | 112 | 105 |
| Binary | 1110100 | 11101010 | 11001011 | 110010 | 0 | 1101 | 1000 | 10100100 | 1001010 | 1000101 |
Color Harmonies of #74EACB
Complementary color
Monochromatic Colors of #74EACB
Black with #74EACB
Text Example
Text Example
White with #74EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EACB; }
p { color: rgb(116,234,203); }
H1.HeaderClassName
{
color: #74EACB;
}
.AnyTagClassName
{
color: #74EACB;
}
</style>
background-color css
<style>
a { background-color: #74EACB; }
a { background-color: rgb(116,234,203); }
div.DivClassName
{
background-color: #74EACB;
}
.BgClassName
{
background-color: #74EACB;
}
</style>
border-color css
<style>
span { border-color: #74EACB; }
span { border-color: rgb(116,234,203); }
td.TdClassName
{
border-color: #74EACB;
}
.TagClassName
{
border-color: #74EACB;
}
</style>