Shades of Aquamarine #74FCC4
Tints of Aquamarine #74FCC4
RGB
CMYK
RGB Variations
Color information
#74FCC4 (or 0x74FCC4) is known color: Aquamarine. HEX triplet: 74, FC and C4. RGB value is (116,252,196). Sum of RGB (Red+Green+Blue) = 116+252+196=564 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.57% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FCC4 is #8B033B. Grayscale: #CDCDCD. Windows color (decimal): -9110332 or 12909684. OLE color: 12909684.
HSL color Cylindrical-coordinate representation of color #74FCC4: hue angle of 155.29º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FCC4 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 252 | 196 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.01 |
| HSL | 155.29º | 0.96% | 0.72% | - |
| HSV(B) | 155.29º | 0.54% | 0.99% | - |
| XYZ | 51.98 | 77.32 | 64.41 | - |
| YUV | 204.95 | 122.94 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 252 | 196 | 0.54 | 0 | 0.22 | 0.01 | 155.29 | 0.96 | 0.72 |
| Hex | 74 | FC | C4 | 36 | 0 | 16 | 1 | 9B | 60 | 48 |
| Octal | 164 | 374 | 304 | 66 | 0 | 26 | 1 | 233 | 140 | 110 |
| Binary | 1110100 | 11111100 | 11000100 | 110110 | 0 | 10110 | 1 | 10011011 | 1100000 | 1001000 |
Color Harmonies of #74FCC4
Complementary color
Monochromatic Colors of #74FCC4
Black with #74FCC4
Text Example
Text Example
White with #74FCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FCC4; }
p { color: rgb(116,252,196); }
H1.HeaderClassName
{
color: #74FCC4;
}
.AnyTagClassName
{
color: #74FCC4;
}
</style>
background-color css
<style>
a { background-color: #74FCC4; }
a { background-color: rgb(116,252,196); }
div.DivClassName
{
background-color: #74FCC4;
}
.BgClassName
{
background-color: #74FCC4;
}
</style>
border-color css
<style>
span { border-color: #74FCC4; }
span { border-color: rgb(116,252,196); }
td.TdClassName
{
border-color: #74FCC4;
}
.TagClassName
{
border-color: #74FCC4;
}
</style>