Shades of Aquamarine #78FBC2
Tints of Aquamarine #78FBC2
RGB
CMYK
RGB Variations
Color information
#78FBC2 (or 0x78FBC2) is known color: Aquamarine. HEX triplet: 78, FB and C2. RGB value is (120,251,194). Sum of RGB (Red+Green+Blue) = 120+251+194=565 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.24% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #78FBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FBC2 is #87043D. Grayscale: #CDCDCD. Windows color (decimal): -8848446 or 12778360. OLE color: 12778360.
HSL color Cylindrical-coordinate representation of color #78FBC2: hue angle of 153.89º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78FBC2 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 251 | 194 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.02 |
| HSL | 153.89º | 0.94% | 0.73% | - |
| HSV(B) | 153.89º | 0.52% | 0.98% | - |
| XYZ | 51.98 | 76.88 | 63.14 | - |
| YUV | 205.33 | 121.6 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 251 | 194 | 0.52 | 0 | 0.23 | 0.02 | 153.89 | 0.94 | 0.73 |
| Hex | 78 | FB | C2 | 34 | 0 | 17 | 2 | 9A | 5E | 49 |
| Octal | 170 | 373 | 302 | 64 | 0 | 27 | 2 | 232 | 136 | 111 |
| Binary | 1111000 | 11111011 | 11000010 | 110100 | 0 | 10111 | 10 | 10011010 | 1011110 | 1001001 |
Color Harmonies of #78FBC2
Complementary color
Monochromatic Colors of #78FBC2
Black with #78FBC2
Text Example
Text Example
White with #78FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FBC2; }
p { color: rgb(120,251,194); }
H1.HeaderClassName
{
color: #78FBC2;
}
.AnyTagClassName
{
color: #78FBC2;
}
</style>
background-color css
<style>
a { background-color: #78FBC2; }
a { background-color: rgb(120,251,194); }
div.DivClassName
{
background-color: #78FBC2;
}
.BgClassName
{
background-color: #78FBC2;
}
</style>
border-color css
<style>
span { border-color: #78FBC2; }
span { border-color: rgb(120,251,194); }
td.TdClassName
{
border-color: #78FBC2;
}
.TagClassName
{
border-color: #78FBC2;
}
</style>