#80F9CA

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

Shades of Aquamarine #80F9CA

Tints of Aquamarine #80F9CA

Color information

#80F9CA (or 0x80F9CA) is unknown color: approx Aquamarine. HEX triplet: 80, F9 and CA. RGB value is (128,249,202). Sum of RGB (Red+Green+Blue) = 128+249+202=579 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.11% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F9CA is #7F0635. Grayscale: #CFCFCF. Windows color (decimal): -8324662 or 13302144. OLE color: 13302144.

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

Color convert

RGB128249202-
CMYK0.4900.190.02
HSL156.69º90.98%73.92%-
HSV(B)156.69º48.59%97.65%-
XYZ53.4476.667.85-
YUV207.46124.9171.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.11%
GREEN value IS 249 (97.66% from 255) = 43.01%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=22.11%
G=43.01%
B=34.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282492020.4900.190.02156.6990.9873.92
Hex80F9CA3101329d5b4a
Octal200371312610232235133112
Binary100000001111100111001010110001010011101001110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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