Shades of Aquamarine #78FFCB
Tints of Aquamarine #78FFCB
RGB
CMYK
RGB Variations
Color information
#78FFCB (or 0x78FFCB) is known color: Aquamarine. HEX triplet: 78, FF and CB. RGB value is (120,255,203). Sum of RGB (Red+Green+Blue) = 120+255+203=578 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.76% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFCB is #870034. Grayscale: #D0D0D0. Windows color (decimal): -8847413 or 13369208. OLE color: 13369208.
HSL color Cylindrical-coordinate representation of color #78FFCB: hue angle of 156.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FFCB is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 203 | - |
| CMYK | 0.53 | 0 | 0.20 | 0 |
| HSL | 156.89º | 1% | 0.74% | - |
| HSV(B) | 156.89º | 0.53% | 1% | - |
| XYZ | 54.29 | 79.82 | 69.05 | - |
| YUV | 208.71 | 124.77 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 203 | 0.53 | 0 | 0.20 | 0 | 156.89 | 1 | 0.74 |
| Hex | 78 | FF | CB | 35 | 0 | 14 | 0 | 9D | 64 | 4A |
| Octal | 170 | 377 | 313 | 65 | 0 | 24 | 0 | 235 | 144 | 112 |
| Binary | 1111000 | 11111111 | 11001011 | 110101 | 0 | 10100 | 0 | 10011101 | 1100100 | 1001010 |
Color Harmonies of #78FFCB
Complementary color
Monochromatic Colors of #78FFCB
Black with #78FFCB
Text Example
Text Example
White with #78FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFCB; }
p { color: rgb(120,255,203); }
H1.HeaderClassName
{
color: #78FFCB;
}
.AnyTagClassName
{
color: #78FFCB;
}
</style>
background-color css
<style>
a { background-color: #78FFCB; }
a { background-color: rgb(120,255,203); }
div.DivClassName
{
background-color: #78FFCB;
}
.BgClassName
{
background-color: #78FFCB;
}
</style>
border-color css
<style>
span { border-color: #78FFCB; }
span { border-color: rgb(120,255,203); }
td.TdClassName
{
border-color: #78FFCB;
}
.TagClassName
{
border-color: #78FFCB;
}
</style>