#80F6E6

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

Shades of Aquamarine #80F6E6

Tints of Aquamarine #80F6E6

Color information

#80F6E6 (or 0x80F6E6) is unknown color: approx Aquamarine. HEX triplet: 80, F6 and E6. RGB value is (128,246,230). Sum of RGB (Red+Green+Blue) = 128+246+230=604 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.19% from 604); Green value is 246 (96.48% from 255 or 40.73% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 246 - color contains mainly: green. Hex color #80F6E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F6E6 is #7F0919. Grayscale: #D0D0D0. Windows color (decimal): -8325402 or 15136384. OLE color: 15136384.

HSL color Cylindrical-coordinate representation of color #80F6E6: hue angle of 171.86º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F6E6 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB128246230-
CMYK0.4800.070.04
HSL171.86º86.76%73.33%-
HSV(B)171.86º47.97%96.47%-
XYZ56.1476.2186.61-
YUV208.89139.9170.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.19%
GREEN value IS 246 (96.48% from 255) = 40.73%
BLUE value IS 230 (90.23% from 255) = 38.08%
R=21.19%
G=40.73%
B=38.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282462300.4800.070.04171.8686.7673.33
Hex80F6E630074ac5749
Octal20036634660074254127111
Binary10000000111101101110011011000001111001010110010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,246,230); }

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

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

 a { background-color: rgb(128,246,230); }

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

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

 span { border-color: rgb(128,246,230); }

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