#80F1BC

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

Shades of Aquamarine #80F1BC

Tints of Aquamarine #80F1BC

Color information

#80F1BC (or 0x80F1BC) is unknown color: approx Aquamarine. HEX triplet: 80, F1 and BC. RGB value is (128,241,188). Sum of RGB (Red+Green+Blue) = 128+241+188=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #80F1BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F1BC is #7F0E43. Grayscale: #C9C9C9. Windows color (decimal): -8326724 or 12382592. OLE color: 12382592.

HSL color Cylindrical-coordinate representation of color #80F1BC: hue angle of 151.86º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F1BC is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB128241188-
CMYK0.4700.220.05
HSL151.86º80.14%72.35%-
HSV(B)151.86º46.89%94.51%-
XYZ49.4371.1358.7-
YUV201.17120.5675.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.98%
GREEN value IS 241 (94.53% from 255) = 43.27%
BLUE value IS 188 (73.83% from 255) = 33.75%
R=22.98%
G=43.27%
B=33.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282411880.4700.220.05151.8680.1472.35
Hex80F1BC2F0165985048
Octal200361274570265230120110
Binary1000000011110001101111001011110101101011001100010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,241,188); }

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

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

 a { background-color: rgb(128,241,188); }

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

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

 span { border-color: rgb(128,241,188); }

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