Shades of Pale Green #80FAA5
Tints of Pale Green #80FAA5
RGB
CMYK
RGB Variations
Color information
#80FAA5 (or 0x80FAA5) is known color: Pale Green. HEX triplet: 80, FA and A5. RGB value is (128,250,165). Sum of RGB (Red+Green+Blue) = 128+250+165=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FAA5 is #7F055A. Grayscale: #CCCCCC. Windows color (decimal): -8324443 or 10877568. OLE color: 10877568.
HSL color Cylindrical-coordinate representation of color #80FAA5: hue angle of 138.2º 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 #80FAA5 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 165 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.02 |
| HSL | 138.2º | 0.92% | 0.74% | - |
| HSV(B) | 138.2º | 0.49% | 0.98% | - |
| XYZ | 49.88 | 75.68 | 47.58 | - |
| YUV | 203.83 | 106.08 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 165 | 0.49 | 0 | 0.34 | 0.02 | 138.2 | 0.92 | 0.74 |
| Hex | 80 | FA | A5 | 31 | 0 | 22 | 2 | 8A | 5C | 4A |
| Octal | 200 | 372 | 245 | 61 | 0 | 42 | 2 | 212 | 134 | 112 |
| Binary | 10000000 | 11111010 | 10100101 | 110001 | 0 | 100010 | 10 | 10001010 | 1011100 | 1001010 |
Color Harmonies of #80FAA5
Complementary color
Monochromatic Colors of #80FAA5
Black with #80FAA5
Text Example
Text Example
White with #80FAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FAA5; }
p { color: rgb(128,250,165); }
H1.HeaderClassName
{
color: #80FAA5;
}
.AnyTagClassName
{
color: #80FAA5;
}
</style>
background-color css
<style>
a { background-color: #80FAA5; }
a { background-color: rgb(128,250,165); }
div.DivClassName
{
background-color: #80FAA5;
}
.BgClassName
{
background-color: #80FAA5;
}
</style>
border-color css
<style>
span { border-color: #80FAA5; }
span { border-color: rgb(128,250,165); }
td.TdClassName
{
border-color: #80FAA5;
}
.TagClassName
{
border-color: #80FAA5;
}
</style>