Shades of Aquamarine #77FDDF
Tints of Aquamarine #77FDDF
RGB
CMYK
RGB Variations
Color information
#77FDDF (or 0x77FDDF) is known color: Aquamarine. HEX triplet: 77, FD and DF. RGB value is (119,253,223). Sum of RGB (Red+Green+Blue) = 119+253+223=595 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #77FDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FDDF is #880220. Grayscale: #D1D1D1. Windows color (decimal): -8913441 or 14679415. OLE color: 14679415.
HSL color Cylindrical-coordinate representation of color #77FDDF: hue angle of 166.57º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FDDF is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 253 | 223 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.01 |
| HSL | 166.57º | 0.97% | 0.73% | - |
| HSV(B) | 166.57º | 0.53% | 0.99% | - |
| XYZ | 56.05 | 79.5 | 82.2 | - |
| YUV | 209.51 | 135.61 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 253 | 223 | 0.53 | 0 | 0.12 | 0.01 | 166.57 | 0.97 | 0.73 |
| Hex | 77 | FD | DF | 35 | 0 | C | 1 | A7 | 61 | 49 |
| Octal | 167 | 375 | 337 | 65 | 0 | 14 | 1 | 247 | 141 | 111 |
| Binary | 1110111 | 11111101 | 11011111 | 110101 | 0 | 1100 | 1 | 10100111 | 1100001 | 1001001 |
Color Harmonies of #77FDDF
Complementary color
Monochromatic Colors of #77FDDF
Black with #77FDDF
Text Example
Text Example
White with #77FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FDDF; }
p { color: rgb(119,253,223); }
H1.HeaderClassName
{
color: #77FDDF;
}
.AnyTagClassName
{
color: #77FDDF;
}
</style>
background-color css
<style>
a { background-color: #77FDDF; }
a { background-color: rgb(119,253,223); }
div.DivClassName
{
background-color: #77FDDF;
}
.BgClassName
{
background-color: #77FDDF;
}
</style>
border-color css
<style>
span { border-color: #77FDDF; }
span { border-color: rgb(119,253,223); }
td.TdClassName
{
border-color: #77FDDF;
}
.TagClassName
{
border-color: #77FDDF;
}
</style>