Shades of Aquamarine #74FECB
Tints of Aquamarine #74FECB
RGB
CMYK
RGB Variations
Color information
#74FECB (or 0x74FECB) is known color: Aquamarine. HEX triplet: 74, FE and CB. RGB value is (116,254,203). Sum of RGB (Red+Green+Blue) = 116+254+203=573 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.24% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #74FECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FECB is #8B0134. Grayscale: #CECECE. Windows color (decimal): -9109813 or 13368948. OLE color: 13368948.
HSL color Cylindrical-coordinate representation of color #74FECB: hue angle of 157.83º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FECB is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 203 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.00 |
| HSL | 157.83º | 0.99% | 0.73% | - |
| HSV(B) | 157.83º | 0.54% | 1% | - |
| XYZ | 53.42 | 78.91 | 68.92 | - |
| YUV | 206.92 | 125.78 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 203 | 0.54 | 0 | 0.20 | 0.00 | 157.83 | 0.99 | 0.73 |
| Hex | 74 | FE | CB | 36 | 0 | 14 | 0 | 9E | 63 | 49 |
| Octal | 164 | 376 | 313 | 66 | 0 | 24 | 0 | 236 | 143 | 111 |
| Binary | 1110100 | 11111110 | 11001011 | 110110 | 0 | 10100 | 0 | 10011110 | 1100011 | 1001001 |
Color Harmonies of #74FECB
Complementary color
Monochromatic Colors of #74FECB
Black with #74FECB
Text Example
Text Example
White with #74FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FECB; }
p { color: rgb(116,254,203); }
H1.HeaderClassName
{
color: #74FECB;
}
.AnyTagClassName
{
color: #74FECB;
}
</style>
background-color css
<style>
a { background-color: #74FECB; }
a { background-color: rgb(116,254,203); }
div.DivClassName
{
background-color: #74FECB;
}
.BgClassName
{
background-color: #74FECB;
}
</style>
border-color css
<style>
span { border-color: #74FECB; }
span { border-color: rgb(116,254,203); }
td.TdClassName
{
border-color: #74FECB;
}
.TagClassName
{
border-color: #74FECB;
}
</style>