#80FCE3

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

Shades of Aquamarine #80FCE3

Tints of Aquamarine #80FCE3

Color information

#80FCE3 (or 0x80FCE3) is unknown color: approx Aquamarine. HEX triplet: 80, FC and E3. RGB value is (128,252,227). Sum of RGB (Red+Green+Blue) = 128+252+227=607 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.09% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FCE3 is #7F031C. Grayscale: #D4D4D4. Windows color (decimal): -8323869 or 14941312. OLE color: 14941312.

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

Color convert

RGB128252227-
CMYK0.4900.100.01
HSL167.9º95.38%74.51%-
HSV(B)167.9º49.21%98.82%-
XYZ57.5879.7685.03-
YUV212.07136.4268.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.09%
GREEN value IS 252 (98.83% from 255) = 41.52%
BLUE value IS 227 (89.06% from 255) = 37.40%
R=21.09%
G=41.52%
B=37.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282522270.4900.100.01167.995.3874.51
Hex80FCE3310A1a85f4b
Octal200374343610121250137113
Binary1000000011111100111000111100010101011010100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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