Html Css Color HEX #80FCB0 Aquamarine

📋 copy color: '#80FCB0'

red 128 ◦ green 252 ◦ blue 176

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

Shades of Aquamarine #80FCB0

Tints of Aquamarine #80FCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.65%

R = 23.02%
G = 45.32%
B = 31.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#80FCB0 (or 0x80FCB0) is known color: Aquamarine. HEX triplet: 80, FC and B0. RGB value is (128,252,176). Sum of RGB (Red+Green+Blue) = 128+252+176=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FCB0 is #7F034F. Grayscale: #CECECE. Windows color (decimal): -8323920 or 11598976. OLE color: 11598976.

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

Color convert

RGB 128 252 176 -
CMYK 0.49 0 0.30 0.01
HSL 143.23º 0.95% 0.75% -
HSV(B) 143.23º 0.49% 0.99% -
XYZ 51.55 77.34 53.29 -
YUV 206.26 110.92 72.18 -
System Red Green Blue C M Y K H S L
Decimal 128 252 176 0.49 0 0.30 0.01 143.23 0.95 0.75
Hex 80 FC B0 31 0 1E 1 8F 5F 4B
Octal 200 374 260 61 0 36 1 217 137 113
Binary 10000000 11111100 10110000 110001 0 11110 1 10001111 1011111 1001011

Color Harmonies of #80FCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FCB0

Black with #80FCB0

Text Example


Text Example

White with #80FCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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