Shades of Aquamarine #77F8CB
Tints of Aquamarine #77F8CB
RGB
CMYK
RGB Variations
Color information
#77F8CB (or 0x77F8CB) is known color: Aquamarine. HEX triplet: 77, F8 and CB. RGB value is (119,248,203). Sum of RGB (Red+Green+Blue) = 119+248+203=570 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.88% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #77F8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F8CB is #880734. Grayscale: #CCCCCC. Windows color (decimal): -8914741 or 13367415. OLE color: 13367415.
HSL color Cylindrical-coordinate representation of color #77F8CB: hue angle of 159.07º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F8CB is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 248 | 203 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.03 |
| HSL | 159.07º | 0.9% | 0.72% | - |
| HSV(B) | 159.07º | 0.52% | 0.97% | - |
| XYZ | 51.95 | 75.37 | 68.31 | - |
| YUV | 204.3 | 127.26 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 248 | 203 | 0.52 | 0 | 0.18 | 0.03 | 159.07 | 0.9 | 0.72 |
| Hex | 77 | F8 | CB | 34 | 0 | 12 | 3 | 9F | 5A | 48 |
| Octal | 167 | 370 | 313 | 64 | 0 | 22 | 3 | 237 | 132 | 110 |
| Binary | 1110111 | 11111000 | 11001011 | 110100 | 0 | 10010 | 11 | 10011111 | 1011010 | 1001000 |
Color Harmonies of #77F8CB
Complementary color
Monochromatic Colors of #77F8CB
Black with #77F8CB
Text Example
Text Example
White with #77F8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F8CB; }
p { color: rgb(119,248,203); }
H1.HeaderClassName
{
color: #77F8CB;
}
.AnyTagClassName
{
color: #77F8CB;
}
</style>
background-color css
<style>
a { background-color: #77F8CB; }
a { background-color: rgb(119,248,203); }
div.DivClassName
{
background-color: #77F8CB;
}
.BgClassName
{
background-color: #77F8CB;
}
</style>
border-color css
<style>
span { border-color: #77F8CB; }
span { border-color: rgb(119,248,203); }
td.TdClassName
{
border-color: #77F8CB;
}
.TagClassName
{
border-color: #77F8CB;
}
</style>