#8DFBDA

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

Shades of Aquamarine #8DFBDA

Tints of Aquamarine #8DFBDA

Color information

#8DFBDA (or 0x8DFBDA) is unknown color: approx Aquamarine. HEX triplet: 8D, FB and DA. RGB value is (141,251,218). Sum of RGB (Red+Green+Blue) = 141+251+218=610 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.11% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFBDA is #720425. Grayscale: #D6D6D6. Windows color (decimal): -7472166 or 14351245. OLE color: 14351245.

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

Color convert

RGB141251218-
CMYK0.4400.130.02
HSL162º93.22%76.86%-
HSV(B)162º43.82%98.43%-
XYZ58.1479.7278.65-
YUV214.35130.0675.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.11%
GREEN value IS 251 (98.44% from 255) = 41.15%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=23.11%
G=41.15%
B=35.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412512180.4400.130.0216293.2276.86
Hex8DFBDA2C0D2a25d4d
Octal215373332540152242135115
Binary10001101111110111101101010110001101101010001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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