Shades of Pale Green #80FAA8
Tints of Pale Green #80FAA8
RGB
CMYK
RGB Variations
Color information
#80FAA8 (or 0x80FAA8) is known color: Pale Green. HEX triplet: 80, FA and A8. RGB value is (128,250,168). Sum of RGB (Red+Green+Blue) = 128+250+168=546 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.44% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FAA8 is #7F0557. Grayscale: #CCCCCC. Windows color (decimal): -8324440 or 11074176. OLE color: 11074176.
HSL color Cylindrical-coordinate representation of color #80FAA8: hue angle of 139.67º degrees, saturation: 0.92, 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 #80FAA8 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 168 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.02 |
| HSL | 139.67º | 0.92% | 0.74% | - |
| HSV(B) | 139.67º | 0.49% | 0.98% | - |
| XYZ | 50.16 | 75.79 | 49.03 | - |
| YUV | 204.17 | 107.58 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 168 | 0.49 | 0 | 0.33 | 0.02 | 139.67 | 0.92 | 0.74 |
| Hex | 80 | FA | A8 | 31 | 0 | 21 | 2 | 8C | 5C | 4A |
| Octal | 200 | 372 | 250 | 61 | 0 | 41 | 2 | 214 | 134 | 112 |
| Binary | 10000000 | 11111010 | 10101000 | 110001 | 0 | 100001 | 10 | 10001100 | 1011100 | 1001010 |
Color Harmonies of #80FAA8
Complementary color
Monochromatic Colors of #80FAA8
Black with #80FAA8
Text Example
Text Example
White with #80FAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FAA8; }
p { color: rgb(128,250,168); }
H1.HeaderClassName
{
color: #80FAA8;
}
.AnyTagClassName
{
color: #80FAA8;
}
</style>
background-color css
<style>
a { background-color: #80FAA8; }
a { background-color: rgb(128,250,168); }
div.DivClassName
{
background-color: #80FAA8;
}
.BgClassName
{
background-color: #80FAA8;
}
</style>
border-color css
<style>
span { border-color: #80FAA8; }
span { border-color: rgb(128,250,168); }
td.TdClassName
{
border-color: #80FAA8;
}
.TagClassName
{
border-color: #80FAA8;
}
</style>