#8DFEBD

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

Shades of Aquamarine #8DFEBD

Tints of Aquamarine #8DFEBD

Color information

#8DFEBD (or 0x8DFEBD) is unknown color: approx Aquamarine. HEX triplet: 8D, FE and BD. RGB value is (141,254,189). Sum of RGB (Red+Green+Blue) = 141+254+189=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFEBD is #720142. Grayscale: #D4D4D4. Windows color (decimal): -7471427 or 12451469. OLE color: 12451469.

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

Color convert

RGB141254189-
CMYK0.4400.260.00
HSL145.49º98.26%77.45%-
HSV(B)145.49º44.49%99.61%-
XYZ55.6180.2260.7-
YUV212.8114.5676.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.14%
GREEN value IS 254 (99.61% from 255) = 43.49%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=24.14%
G=43.49%
B=32.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412541890.4400.260.00145.4998.2677.45
Hex8DFEBD2C01A091624d
Octal215376275540320221142115
Binary10001101111111101011110110110001101001001000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,254,189); }

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

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

 a { background-color: rgb(141,254,189); }

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

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

 span { border-color: rgb(141,254,189); }

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