Shades of Aquamarine #78EECB
Tints of Aquamarine #78EECB
RGB
CMYK
RGB Variations
Color information
#78EECB (or 0x78EECB) is known color: Aquamarine. HEX triplet: 78, EE and CB. RGB value is (120,238,203). Sum of RGB (Red+Green+Blue) = 120+238+203=561 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.39% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #78EECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EECB is #871134. Grayscale: #C6C6C6. Windows color (decimal): -8851765 or 13364856. OLE color: 13364856.
HSL color Cylindrical-coordinate representation of color #78EECB: hue angle of 162.2º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EECB is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 238 | 203 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.07 |
| HSL | 162.2º | 0.78% | 0.7% | - |
| HSV(B) | 162.2º | 0.5% | 0.93% | - |
| XYZ | 49.1 | 69.45 | 67.32 | - |
| YUV | 198.73 | 130.41 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 238 | 203 | 0.50 | 0 | 0.15 | 0.07 | 162.2 | 0.78 | 0.7 |
| Hex | 78 | EE | CB | 32 | 0 | F | 7 | A2 | 4E | 46 |
| Octal | 170 | 356 | 313 | 62 | 0 | 17 | 7 | 242 | 116 | 106 |
| Binary | 1111000 | 11101110 | 11001011 | 110010 | 0 | 1111 | 111 | 10100010 | 1001110 | 1000110 |
Color Harmonies of #78EECB
Complementary color
Monochromatic Colors of #78EECB
Black with #78EECB
Text Example
Text Example
White with #78EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EECB; }
p { color: rgb(120,238,203); }
H1.HeaderClassName
{
color: #78EECB;
}
.AnyTagClassName
{
color: #78EECB;
}
</style>
background-color css
<style>
a { background-color: #78EECB; }
a { background-color: rgb(120,238,203); }
div.DivClassName
{
background-color: #78EECB;
}
.BgClassName
{
background-color: #78EECB;
}
</style>
border-color css
<style>
span { border-color: #78EECB; }
span { border-color: rgb(120,238,203); }
td.TdClassName
{
border-color: #78EECB;
}
.TagClassName
{
border-color: #78EECB;
}
</style>