#8DFAE2

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

Shades of Aquamarine #8DFAE2

Tints of Aquamarine #8DFAE2

Color information

#8DFAE2 (or 0x8DFAE2) is unknown color: approx Aquamarine. HEX triplet: 8D, FA and E2. RGB value is (141,250,226). Sum of RGB (Red+Green+Blue) = 141+250+226=617 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.85% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFAE2 is #72051D. Grayscale: #D6D6D6. Windows color (decimal): -7472414 or 14875277. OLE color: 14875277.

HSL color Cylindrical-coordinate representation of color #8DFAE2: hue angle of 166.79º 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 #8DFAE2 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB141250226-
CMYK0.4400.100.02
HSL166.79º91.6%76.67%-
HSV(B)166.79º43.6%98.04%-
XYZ58.979.5284.2-
YUV214.67134.3975.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.85%
GREEN value IS 250 (98.05% from 255) = 40.52%
BLUE value IS 226 (88.67% from 255) = 36.63%
R=22.85%
G=40.52%
B=36.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412502260.4400.100.02166.7991.676.67
Hex8DFAE22C0A2a75c4d
Octal215372342540122247134115
Binary10001101111110101110001010110001010101010011110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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