#80FBC7

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

Shades of Aquamarine #80FBC7

Tints of Aquamarine #80FBC7

Color information

#80FBC7 (or 0x80FBC7) is unknown color: approx Aquamarine. HEX triplet: 80, FB and C7. RGB value is (128,251,199). Sum of RGB (Red+Green+Blue) = 128+251+199=578 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.15% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBC7 is #7F0438. Grayscale: #D0D0D0. Windows color (decimal): -8324153 or 13106048. OLE color: 13106048.

HSL color Cylindrical-coordinate representation of color #80FBC7: hue angle of 154.63º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FBC7 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB128251199-
CMYK0.4900.210.02
HSL154.63º93.89%74.31%-
HSV(B)154.63º49%98.43%-
XYZ53.7177.7166.2-
YUV208.3122.7570.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.15%
GREEN value IS 251 (98.44% from 255) = 43.43%
BLUE value IS 199 (78.12% from 255) = 34.43%
R=22.15%
G=43.43%
B=34.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282511990.4900.210.02154.6393.8974.31
Hex80FBC73101529b5e4a
Octal200373307610252233136112
Binary100000001111101111000111110001010101101001101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,251,199); }

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

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

 a { background-color: rgb(128,251,199); }

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

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

 span { border-color: rgb(128,251,199); }

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