#8DF1E6

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

Shades of Aquamarine #8DF1E6

Tints of Aquamarine #8DF1E6

Color information

#8DF1E6 (or 0x8DF1E6) is unknown color: approx Aquamarine. HEX triplet: 8D, F1 and E6. RGB value is (141,241,230). Sum of RGB (Red+Green+Blue) = 141+241+230=612 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.04% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF1E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF1E6 is #720E19. Grayscale: #D1D1D1. Windows color (decimal): -7474714 or 15135117. OLE color: 15135117.

HSL color Cylindrical-coordinate representation of color #8DF1E6: hue angle of 173.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DF1E6 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB141241230-
CMYK0.4100.050.05
HSL173.4º78.12%74.9%-
HSV(B)173.4º41.49%94.51%-
XYZ56.7274.2986.21-
YUV209.85139.3778.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.04%
GREEN value IS 241 (94.53% from 255) = 39.38%
BLUE value IS 230 (90.23% from 255) = 37.58%
R=23.04%
G=39.38%
B=37.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412412300.4100.050.05173.478.1274.9
Hex8DF1E629055ad4e4b
Octal21536134651055255116113
Binary10001101111100011110011010100101011011010110110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,241,230); }

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

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

 a { background-color: rgb(141,241,230); }

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

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

 span { border-color: rgb(141,241,230); }

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