Html Css Color HEX #80F8A6 Pale Green

📋 copy color: '#80F8A6'

red 128 ◦ green 248 ◦ blue 166

#80F8A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Green #80F8A6

Tints of Pale Green #80F8A6

RGB

 RED value IS 128 (50.39% from 255) = 23.62%

 GREEN value IS 248 (97.27% from 255) = 45.76%

 BLUE value IS 166 (65.23% from 255) = 30.63%

R = 23.62%
G = 45.76%
B = 30.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#80F8A6 (or 0x80F8A6) is known color: Pale Green. HEX triplet: 80, F8 and A6. RGB value is (128,248,166). Sum of RGB (Red+Green+Blue) = 128+248+166=542 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.62% from 542); Green value is 248 (97.27% from 255 or 45.76% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 248 - color contains mainly: green. Hex color #80F8A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F8A6 is #7F0759. Grayscale: #CACACA. Windows color (decimal): -8324954 or 10942592. OLE color: 10942592.

HSL color Cylindrical-coordinate representation of color #80F8A6: hue angle of 139º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F8A6 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 248 166 -
CMYK 0.48 0 0.33 0.03
HSL 139º 0.9% 0.74% -
HSV(B) 139º 0.48% 0.97% -
XYZ 49.35 74.48 47.85 -
YUV 202.77 107.24 74.67 -
System Red Green Blue C M Y K H S L
Decimal 128 248 166 0.48 0 0.33 0.03 139 0.9 0.74
Hex 80 F8 A6 30 0 21 3 8B 5A 4A
Octal 200 370 246 60 0 41 3 213 132 112
Binary 10000000 11111000 10100110 110000 0 100001 11 10001011 1011010 1001010

Color Harmonies of #80F8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F8A6

Black with #80F8A6

Text Example


Text Example

White with #80F8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80F8A6; }

 p { color: rgb(128,248,166); }

 H1.HeaderClassName
 {
   color: #80F8A6;
 }
 .AnyTagClassName
 {
   color: #80F8A6;
 }
</style>

background-color css

<style>
 a { background-color: #80F8A6; }

 a { background-color: rgb(128,248,166); }

 div.DivClassName
 {
   background-color: #80F8A6;
 }
 .BgClassName
 {
   background-color: #80F8A6;
 }
</style>

border-color css

<style>
 span { border-color: #80F8A6; }

 span { border-color: rgb(128,248,166); }

 td.TdClassName
 {
   border-color: #80F8A6;
 }
 .TagClassName
 {
   border-color: #80F8A6;
 }
</style>