Shades of Aquamarine #80F9E6
Tints of Aquamarine #80F9E6
RGB
CMYK
RGB Variations
Color information
#80F9E6 (or 0x80F9E6) is known color: Aquamarine. HEX triplet: 80, F9 and E6. RGB value is (128,249,230). Sum of RGB (Red+Green+Blue) = 128+249+230=607 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.09% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F9E6 is #7F0619. Grayscale: #D2D2D2. Windows color (decimal): -8324634 or 15137152. OLE color: 15137152.
HSL color Cylindrical-coordinate representation of color #80F9E6: hue angle of 170.58º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80F9E6 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 230 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.02 |
| HSL | 170.58º | 0.91% | 0.74% | - |
| HSV(B) | 170.58º | 0.49% | 0.98% | - |
| XYZ | 57.06 | 78.05 | 86.92 | - |
| YUV | 210.66 | 138.91 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 230 | 0.49 | 0 | 0.08 | 0.02 | 170.58 | 0.91 | 0.74 |
| Hex | 80 | F9 | E6 | 31 | 0 | 8 | 2 | AB | 5B | 4A |
| Octal | 200 | 371 | 346 | 61 | 0 | 10 | 2 | 253 | 133 | 112 |
| Binary | 10000000 | 11111001 | 11100110 | 110001 | 0 | 1000 | 10 | 10101011 | 1011011 | 1001010 |
Color Harmonies of #80F9E6
Complementary color
Monochromatic Colors of #80F9E6
Black with #80F9E6
Text Example
Text Example
White with #80F9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F9E6; }
p { color: rgb(128,249,230); }
H1.HeaderClassName
{
color: #80F9E6;
}
.AnyTagClassName
{
color: #80F9E6;
}
</style>
background-color css
<style>
a { background-color: #80F9E6; }
a { background-color: rgb(128,249,230); }
div.DivClassName
{
background-color: #80F9E6;
}
.BgClassName
{
background-color: #80F9E6;
}
</style>
border-color css
<style>
span { border-color: #80F9E6; }
span { border-color: rgb(128,249,230); }
td.TdClassName
{
border-color: #80F9E6;
}
.TagClassName
{
border-color: #80F9E6;
}
</style>