#8DFABE

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

Shades of Aquamarine #8DFABE

Tints of Aquamarine #8DFABE

Color information

#8DFABE (or 0x8DFABE) is unknown color: approx Aquamarine. HEX triplet: 8D, FA and BE. RGB value is (141,250,190). Sum of RGB (Red+Green+Blue) = 141+250+190=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFABE is #720541. Grayscale: #D2D2D2. Windows color (decimal): -7472450 or 12515981. OLE color: 12515981.

HSL color Cylindrical-coordinate representation of color #8DFABE: hue angle of 146.97º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFABE is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB141250190-
CMYK0.4400.240.02
HSL146.97º91.6%76.67%-
HSV(B)146.97º43.6%98.04%-
XYZ54.4677.7560.85-
YUV210.57116.3978.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.27%
GREEN value IS 250 (98.05% from 255) = 43.03%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=24.27%
G=43.03%
B=32.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412501900.4400.240.02146.9791.676.67
Hex8DFABE2C0182935c4d
Octal215372276540302223134115
Binary100011011111101010111110101100011000101001001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DFABE; }

 p { color: rgb(141,250,190); }

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

<style>
 a { background-color: #8DFABE; }

 a { background-color: rgb(141,250,190); }

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

<style>
 span { border-color: #8DFABE; }

 span { border-color: rgb(141,250,190); }

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