Html Css Color HEX #80FECB Aquamarine

📋 copy color: '#80FECB'

red 128 ◦ green 254 ◦ blue 203

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

Shades of Aquamarine #80FECB

Tints of Aquamarine #80FECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.7%

R = 21.88%
G = 43.42%
B = 34.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#80FECB (or 0x80FECB) is known color: Aquamarine. HEX triplet: 80, FE and CB. RGB value is (128,254,203). Sum of RGB (Red+Green+Blue) = 128+254+203=585 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.88% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #80FECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FECB is #7F0134. Grayscale: #D2D2D2. Windows color (decimal): -8323381 or 13368960. OLE color: 13368960.

HSL color Cylindrical-coordinate representation of color #80FECB: hue angle of 155.71º 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 #80FECB is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 254 203 -
CMYK 0.50 0 0.20 0.00
HSL 155.71º 0.98% 0.75% -
HSV(B) 155.71º 0.5% 1% -
XYZ 55.12 79.78 68.99 -
YUV 210.51 123.76 69.15 -
System Red Green Blue C M Y K H S L
Decimal 128 254 203 0.50 0 0.20 0.00 155.71 0.98 0.75
Hex 80 FE CB 32 0 14 0 9C 62 4B
Octal 200 376 313 62 0 24 0 234 142 113
Binary 10000000 11111110 11001011 110010 0 10100 0 10011100 1100010 1001011

Color Harmonies of #80FECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FECB

Black with #80FECB

Text Example


Text Example

White with #80FECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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