#8DFBE8

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

Shades of Aquamarine #8DFBE8

Tints of Aquamarine #8DFBE8

Color information

#8DFBE8 (or 0x8DFBE8) is unknown color: approx Aquamarine. HEX triplet: 8D, FB and E8. RGB value is (141,251,232). Sum of RGB (Red+Green+Blue) = 141+251+232=624 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.60% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFBE8 is #720417. Grayscale: #D7D7D7. Windows color (decimal): -7472152 or 15268749. OLE color: 15268749.

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

Color convert

RGB141251232-
CMYK0.4400.080.02
HSL169.64º93.22%76.86%-
HSV(B)169.64º43.82%98.43%-
XYZ60.0580.4888.71-
YUV215.94137.0674.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.60%
GREEN value IS 251 (98.44% from 255) = 40.22%
BLUE value IS 232 (91.02% from 255) = 37.18%
R=22.60%
G=40.22%
B=37.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412512320.4400.080.02169.6493.2276.86
Hex8DFBE82C082aa5d4d
Octal215373350540102252135115
Binary10001101111110111110100010110001000101010101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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