#80F9B8

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

Shades of Aquamarine #80F9B8

Tints of Aquamarine #80F9B8

Color information

#80F9B8 (or 0x80F9B8) is unknown color: approx Aquamarine. HEX triplet: 80, F9 and B8. RGB value is (128,249,184). Sum of RGB (Red+Green+Blue) = 128+249+184=561 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.82% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F9B8 is #7F0647. Grayscale: #CDCDCD. Windows color (decimal): -8324680 or 12122496. OLE color: 12122496.

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

Color convert

RGB128249184-
CMYK0.4900.260.02
HSL147.77º90.98%73.92%-
HSV(B)147.77º48.59%97.65%-
XYZ51.4375.857.27-
YUV205.41115.9172.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.82%
GREEN value IS 249 (97.66% from 255) = 44.39%
BLUE value IS 184 (72.27% from 255) = 32.80%
R=22.82%
G=44.39%
B=32.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282491840.4900.260.02147.7790.9873.92
Hex80F9B83101A2945b4a
Octal200371270610322224133112
Binary100000001111100110111000110001011010101001010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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