Html Css Color HEX #80FCB2 Aquamarine

📋 copy color: '#80FCB2'

red 128 ◦ green 252 ◦ blue 178

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

Shades of Aquamarine #80FCB2

Tints of Aquamarine #80FCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.9%

R = 22.94%
G = 45.16%
B = 31.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#80FCB2 (or 0x80FCB2) is known color: Aquamarine. HEX triplet: 80, FC and B2. RGB value is (128,252,178). Sum of RGB (Red+Green+Blue) = 128+252+178=558 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.94% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FCB2 is #7F034D. Grayscale: #CECECE. Windows color (decimal): -8323918 or 11730048. OLE color: 11730048.

HSL color Cylindrical-coordinate representation of color #80FCB2: hue angle of 144.19º 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 #80FCB2 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 252 178 -
CMYK 0.49 0 0.29 0.01
HSL 144.19º 0.95% 0.75% -
HSV(B) 144.19º 0.49% 0.99% -
XYZ 51.75 77.42 54.34 -
YUV 206.49 111.92 72.02 -
System Red Green Blue C M Y K H S L
Decimal 128 252 178 0.49 0 0.29 0.01 144.19 0.95 0.75
Hex 80 FC B2 31 0 1D 1 90 5F 4B
Octal 200 374 262 61 0 35 1 220 137 113
Binary 10000000 11111100 10110010 110001 0 11101 1 10010000 1011111 1001011

Color Harmonies of #80FCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FCB2

Black with #80FCB2

Text Example


Text Example

White with #80FCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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