Html Css Color HEX #80FCBE Aquamarine

📋 copy color: '#80FCBE'

red 128 ◦ green 252 ◦ blue 190

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

Shades of Aquamarine #80FCBE

Tints of Aquamarine #80FCBE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.21%

 BLUE value IS 190 (74.61% from 255) = 33.33%

R = 22.46%
G = 44.21%
B = 33.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#80FCBE (or 0x80FCBE) is known color: Aquamarine. HEX triplet: 80, FC and BE. RGB value is (128,252,190). Sum of RGB (Red+Green+Blue) = 128+252+190=570 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.46% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FCBE is #7F0341. Grayscale: #CFCFCF. Windows color (decimal): -8323906 or 12516480. OLE color: 12516480.

HSL color Cylindrical-coordinate representation of color #80FCBE: hue angle of 150º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FCBE is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 252 190 -
CMYK 0.49 0 0.25 0.01
HSL 150º 0.95% 0.75% -
HSV(B) 150º 0.49% 0.99% -
XYZ 53.01 77.93 60.96 -
YUV 207.86 117.92 71.04 -
System Red Green Blue C M Y K H S L
Decimal 128 252 190 0.49 0 0.25 0.01 150 0.95 0.75
Hex 80 FC BE 31 0 19 1 96 5F 4B
Octal 200 374 276 61 0 31 1 226 137 113
Binary 10000000 11111100 10111110 110001 0 11001 1 10010110 1011111 1001011

Color Harmonies of #80FCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FCBE

Black with #80FCBE

Text Example


Text Example

White with #80FCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,252,190); }

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

background-color css

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

 a { background-color: rgb(128,252,190); }

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

border-color css

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

 span { border-color: rgb(128,252,190); }

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