#8DFFBB

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

Shades of Aquamarine #8DFFBB

Tints of Aquamarine #8DFFBB

Color information

#8DFFBB (or 0x8DFFBB) is unknown color: approx Aquamarine. HEX triplet: 8D, FF and BB. RGB value is (141,255,187). Sum of RGB (Red+Green+Blue) = 141+255+187=583 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.19% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFFBB is #720044. Grayscale: #D5D5D5. Windows color (decimal): -7471173 or 12320653. OLE color: 12320653.

HSL color Cylindrical-coordinate representation of color #8DFFBB: hue angle of 144.21º 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 #8DFFBB is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB141255187-
CMYK0.4500.270
HSL144.21º100%77.65%-
HSV(B)144.21º44.71%100%-
XYZ55.7180.7759.67-
YUV213.16113.2376.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.19%
GREEN value IS 255 (100% from 255) = 43.74%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=24.19%
G=43.74%
B=32.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412551870.4500.270144.2110077.65
Hex8DFFBB2D01B090644e
Octal215377273550330220144116
Binary10001101111111111011101110110101101101001000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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