#80F9D5

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

Shades of Aquamarine #80F9D5

Tints of Aquamarine #80F9D5

Color information

#80F9D5 (or 0x80F9D5) is unknown color: approx Aquamarine. HEX triplet: 80, F9 and D5. RGB value is (128,249,213). Sum of RGB (Red+Green+Blue) = 128+249+213=590 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.69% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F9D5 is #7F062A. Grayscale: #D0D0D0. Windows color (decimal): -8324651 or 14023040. OLE color: 14023040.

HSL color Cylindrical-coordinate representation of color #80F9D5: hue angle of 162.15º degrees, saturation: 0.91, 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 #80F9D5 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB128249213-
CMYK0.4900.140.02
HSL162.15º90.98%73.92%-
HSV(B)162.15º48.59%97.65%-
XYZ54.7977.1474.95-
YUV208.72130.4170.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.69%
GREEN value IS 249 (97.66% from 255) = 42.20%
BLUE value IS 213 (83.59% from 255) = 36.10%
R=21.69%
G=42.20%
B=36.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282492130.4900.140.02162.1590.9873.92
Hex80F9D5310E2a25b4a
Octal200371325610162242133112
Binary10000000111110011101010111000101110101010001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,249,213); }

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

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

 a { background-color: rgb(128,249,213); }

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

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

 span { border-color: rgb(128,249,213); }

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