#8DFBD8

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

Shades of Aquamarine #8DFBD8

Tints of Aquamarine #8DFBD8

Color information

#8DFBD8 (or 0x8DFBD8) is unknown color: approx Aquamarine. HEX triplet: 8D, FB and D8. RGB value is (141,251,216). Sum of RGB (Red+Green+Blue) = 141+251+216=608 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.19% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFBD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFBD8 is #720427. Grayscale: #D6D6D6. Windows color (decimal): -7472168 or 14220173. OLE color: 14220173.

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

Color convert

RGB141251216-
CMYK0.4400.140.02
HSL160.91º93.22%76.86%-
HSV(B)160.91º43.82%98.43%-
XYZ57.8879.6177.28-
YUV214.12129.0675.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.19%
GREEN value IS 251 (98.44% from 255) = 41.28%
BLUE value IS 216 (84.77% from 255) = 35.53%
R=23.19%
G=41.28%
B=35.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412512160.4400.140.02160.9193.2276.86
Hex8DFBD82C0E2a15d4d
Octal215373330540162241135115
Binary10001101111110111101100010110001110101010000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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