Shades of Aquamarine #78FCCB
Tints of Aquamarine #78FCCB
RGB
CMYK
RGB Variations
Color information
#78FCCB (or 0x78FCCB) is known color: Aquamarine. HEX triplet: 78, FC and CB. RGB value is (120,252,203). Sum of RGB (Red+Green+Blue) = 120+252+203=575 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.87% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #78FCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FCCB is #870334. Grayscale: #CFCFCF. Windows color (decimal): -8848181 or 13368440. OLE color: 13368440.
HSL color Cylindrical-coordinate representation of color #78FCCB: hue angle of 157.73º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78FCCB is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 252 | 203 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.01 |
| HSL | 157.73º | 0.96% | 0.73% | - |
| HSV(B) | 157.73º | 0.52% | 0.99% | - |
| XYZ | 53.34 | 77.93 | 68.73 | - |
| YUV | 206.95 | 125.77 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 252 | 203 | 0.52 | 0 | 0.19 | 0.01 | 157.73 | 0.96 | 0.73 |
| Hex | 78 | FC | CB | 34 | 0 | 13 | 1 | 9E | 60 | 49 |
| Octal | 170 | 374 | 313 | 64 | 0 | 23 | 1 | 236 | 140 | 111 |
| Binary | 1111000 | 11111100 | 11001011 | 110100 | 0 | 10011 | 1 | 10011110 | 1100000 | 1001001 |
Color Harmonies of #78FCCB
Complementary color
Monochromatic Colors of #78FCCB
Black with #78FCCB
Text Example
Text Example
White with #78FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FCCB; }
p { color: rgb(120,252,203); }
H1.HeaderClassName
{
color: #78FCCB;
}
.AnyTagClassName
{
color: #78FCCB;
}
</style>
background-color css
<style>
a { background-color: #78FCCB; }
a { background-color: rgb(120,252,203); }
div.DivClassName
{
background-color: #78FCCB;
}
.BgClassName
{
background-color: #78FCCB;
}
</style>
border-color css
<style>
span { border-color: #78FCCB; }
span { border-color: rgb(120,252,203); }
td.TdClassName
{
border-color: #78FCCB;
}
.TagClassName
{
border-color: #78FCCB;
}
</style>