#8FFED3

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

Shades of Aquamarine #8FFED3

Tints of Aquamarine #8FFED3

Color information

#8FFED3 (or 0x8FFED3) is unknown color: approx Aquamarine. HEX triplet: 8F, FE and D3. RGB value is (143,254,211). Sum of RGB (Red+Green+Blue) = 143+254+211=608 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.52% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFED3 is #70012C. Grayscale: #D7D7D7. Windows color (decimal): -7340333 or 13893263. OLE color: 13893263.

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

Color convert

RGB143254211-
CMYK0.4400.170.00
HSL156.76º98.23%77.84%-
HSV(B)156.76º43.7%99.61%-
XYZ58.5381.4374.26-
YUV215.91125.2376-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.52%
GREEN value IS 254 (99.61% from 255) = 41.78%
BLUE value IS 211 (82.81% from 255) = 34.70%
R=23.52%
G=41.78%
B=34.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1432542110.4400.170.00156.7698.2377.84
Hex8FFED32C01109d624e
Octal217376323540210235142116
Binary10001111111111101101001110110001000101001110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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