#8FFEBA

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

Shades of Aquamarine #8FFEBA

Tints of Aquamarine #8FFEBA

Color information

#8FFEBA (or 0x8FFEBA) is unknown color: approx Aquamarine. HEX triplet: 8F, FE and BA. RGB value is (143,254,186). Sum of RGB (Red+Green+Blue) = 143+254+186=583 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.53% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFEBA is #700145. Grayscale: #D5D5D5. Windows color (decimal): -7340358 or 12254863. OLE color: 12254863.

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

Color convert

RGB143254186-
CMYK0.4400.270.00
HSL143.24º98.23%77.84%-
HSV(B)143.24º43.7%99.61%-
XYZ55.6380.2759.02-
YUV213.06112.7378.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.53%
GREEN value IS 254 (99.61% from 255) = 43.57%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=24.53%
G=43.57%
B=31.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1432541860.4400.270.00143.2498.2377.84
Hex8FFEBA2C01B08f624e
Octal217376272540330217142116
Binary10001111111111101011101010110001101101000111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,254,186); }

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

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

 a { background-color: rgb(143,254,186); }

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

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

 span { border-color: rgb(143,254,186); }

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