#80FCB6

Color #80FCB6 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #80FCB6

Tints of Aquamarine #80FCB6

Color information

#80FCB6 (or 0x80FCB6) is unknown color: approx Aquamarine. HEX triplet: 80, FC and B6. RGB value is (128,252,182). Sum of RGB (Red+Green+Blue) = 128+252+182=562 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.78% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FCB6 is #7F0349. Grayscale: #CFCFCF. Windows color (decimal): -8323914 or 11992192. OLE color: 11992192.

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

Color convert

RGB128252182-
CMYK0.4900.280.01
HSL146.13º95.38%74.51%-
HSV(B)146.13º49.21%98.82%-
XYZ52.1677.5956.48-
YUV206.94113.9271.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.78%
GREEN value IS 252 (98.83% from 255) = 44.84%
BLUE value IS 182 (71.48% from 255) = 32.38%
R=22.78%
G=44.84%
B=32.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282521820.4900.280.01146.1395.3874.51
Hex80FCB63101C1925f4b
Octal200374266610341222137113
Binary10000000111111001011011011000101110011001001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80FCB6;
 }
 .AnyTagClassName
 {
   color: #80FCB6;
 }
</style>
background-color css

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

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

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

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

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

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