Html Css Color HEX #80FEBF Aquamarine

📋 copy color: '#80FEBF'

red 128 ◦ green 254 ◦ blue 191

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

Shades of Aquamarine #80FEBF

Tints of Aquamarine #80FEBF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.33%

 BLUE value IS 191 (75% from 255) = 33.33%

R = 22.34%
G = 44.33%
B = 33.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#80FEBF (or 0x80FEBF) is known color: Aquamarine. HEX triplet: 80, FE and BF. RGB value is (128,254,191). Sum of RGB (Red+Green+Blue) = 128+254+191=573 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.34% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FEBF is #7F0140. Grayscale: #D1D1D1. Windows color (decimal): -8323393 or 12582528. OLE color: 12582528.

HSL color Cylindrical-coordinate representation of color #80FEBF: hue angle of 150º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FEBF is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 254 191 -
CMYK 0.50 0 0.25 0.00
HSL 150º 0.98% 0.75% -
HSV(B) 150º 0.5% 1% -
XYZ 53.75 79.23 61.75 -
YUV 209.14 117.76 70.12 -
System Red Green Blue C M Y K H S L
Decimal 128 254 191 0.50 0 0.25 0.00 150 0.98 0.75
Hex 80 FE BF 32 0 19 0 96 62 4B
Octal 200 376 277 62 0 31 0 226 142 113
Binary 10000000 11111110 10111111 110010 0 11001 0 10010110 1100010 1001011

Color Harmonies of #80FEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FEBF

Black with #80FEBF

Text Example


Text Example

White with #80FEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,254,191); }

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

background-color css

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

 a { background-color: rgb(128,254,191); }

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

border-color css

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

 span { border-color: rgb(128,254,191); }

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