#8DFFBC

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

Shades of Aquamarine #8DFFBC

Tints of Aquamarine #8DFFBC

Color information

#8DFFBC (or 0x8DFFBC) is unknown color: approx Aquamarine. HEX triplet: 8D, FF and BC. RGB value is (141,255,188). Sum of RGB (Red+Green+Blue) = 141+255+188=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFFBC is #720043. Grayscale: #D5D5D5. Windows color (decimal): -7471172 or 12386189. OLE color: 12386189.

HSL color Cylindrical-coordinate representation of color #8DFFBC: hue angle of 144.74º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DFFBC is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB141255188-
CMYK0.4500.260
HSL144.74º100%77.65%-
HSV(B)144.74º44.71%100%-
XYZ55.8280.8160.23-
YUV213.28113.7376.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.14%
GREEN value IS 255 (100% from 255) = 43.66%
BLUE value IS 188 (73.83% from 255) = 32.19%
R=24.14%
G=43.66%
B=32.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412551880.4500.260144.7410077.65
Hex8DFFBC2D01A091644e
Octal215377274550320221144116
Binary10001101111111111011110010110101101001001000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,255,188); }

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

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

 a { background-color: rgb(141,255,188); }

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

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

 span { border-color: rgb(141,255,188); }

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