#8DFBE9

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

Shades of Aquamarine #8DFBE9

Tints of Aquamarine #8DFBE9

Color information

#8DFBE9 (or 0x8DFBE9) is unknown color: approx Aquamarine. HEX triplet: 8D, FB and E9. RGB value is (141,251,233). Sum of RGB (Red+Green+Blue) = 141+251+233=625 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.56% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFBE9 is #720416. Grayscale: #D8D8D8. Windows color (decimal): -7472151 or 15334285. OLE color: 15334285.

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

Color convert

RGB141251233-
CMYK0.4400.070.02
HSL170.18º93.22%76.86%-
HSV(B)170.18º43.82%98.43%-
XYZ60.1980.5489.46-
YUV216.06137.5674.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.56%
GREEN value IS 251 (98.44% from 255) = 40.16%
BLUE value IS 233 (91.41% from 255) = 37.28%
R=22.56%
G=40.16%
B=37.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412512330.4400.070.02170.1893.2276.86
Hex8DFBE92C072aa5d4d
Octal21537335154072252135115
Binary1000110111111011111010011011000111101010101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,251,233); }

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

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

 a { background-color: rgb(141,251,233); }

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

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

 span { border-color: rgb(141,251,233); }

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