#8DFFE1

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

Shades of Aquamarine #8DFFE1

Tints of Aquamarine #8DFFE1

Color information

#8DFFE1 (or 0x8DFFE1) is unknown color: approx Aquamarine. HEX triplet: 8D, FF and E1. RGB value is (141,255,225). Sum of RGB (Red+Green+Blue) = 141+255+225=621 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.71% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFFE1 is #72001E. Grayscale: #D9D9D9. Windows color (decimal): -7471135 or 14811021. OLE color: 14811021.

HSL color Cylindrical-coordinate representation of color #8DFFE1: hue angle of 164.21º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DFFE1 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB141255225-
CMYK0.4500.120
HSL164.21º100%77.65%-
HSV(B)164.21º44.71%100%-
XYZ60.3482.6284-
YUV217.49132.2373.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.71%
GREEN value IS 255 (100% from 255) = 41.06%
BLUE value IS 225 (88.28% from 255) = 36.23%
R=22.71%
G=41.06%
B=36.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412552250.4500.120164.2110077.65
Hex8DFFE12D0C0a4644e
Octal215377341550140244144116
Binary1000110111111111111000011011010110001010010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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