#8DFFE4

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

Shades of Aquamarine #8DFFE4

Tints of Aquamarine #8DFFE4

Color information

#8DFFE4 (or 0x8DFFE4) is unknown color: approx Aquamarine. HEX triplet: 8D, FF and E4. RGB value is (141,255,228). Sum of RGB (Red+Green+Blue) = 141+255+228=624 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.60% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFFE4 is #72001B. Grayscale: #D9D9D9. Windows color (decimal): -7471132 or 15007629. OLE color: 15007629.

HSL color Cylindrical-coordinate representation of color #8DFFE4: hue angle of 165.79º 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 #8DFFE4 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB141255228-
CMYK0.4500.110
HSL165.79º100%77.65%-
HSV(B)165.79º44.71%100%-
XYZ60.7582.7886.18-
YUV217.84133.7373.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.60%
GREEN value IS 255 (100% from 255) = 40.87%
BLUE value IS 228 (89.45% from 255) = 36.54%
R=22.60%
G=40.87%
B=36.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412552280.4500.110165.7910077.65
Hex8DFFE42D0B0a6644e
Octal215377344550130246144116
Binary1000110111111111111001001011010101101010011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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