#8DFAE1

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

Shades of Aquamarine #8DFAE1

Tints of Aquamarine #8DFAE1

Color information

#8DFAE1 (or 0x8DFAE1) is unknown color: approx Aquamarine. HEX triplet: 8D, FA and E1. RGB value is (141,250,225). Sum of RGB (Red+Green+Blue) = 141+250+225=616 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.89% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFAE1 is #72051E. Grayscale: #D6D6D6. Windows color (decimal): -7472415 or 14809741. OLE color: 14809741.

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

Color convert

RGB141250225-
CMYK0.4400.100.02
HSL166.24º91.6%76.67%-
HSV(B)166.24º43.6%98.04%-
XYZ58.7679.4783.48-
YUV214.56133.8975.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.89%
GREEN value IS 250 (98.05% from 255) = 40.58%
BLUE value IS 225 (88.28% from 255) = 36.53%
R=22.89%
G=40.58%
B=36.53%

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
Decimal1412502250.4400.100.02166.2491.676.67
Hex8DFAE12C0A2a65c4d
Octal215372341540122246134115
Binary10001101111110101110000110110001010101010011010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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