#8FEDE0

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

Shades of Aquamarine #8FEDE0

Tints of Aquamarine #8FEDE0

Color information

#8FEDE0 (or 0x8FEDE0) is unknown color: approx Aquamarine. HEX triplet: 8F, ED and E0. RGB value is (143,237,224). Sum of RGB (Red+Green+Blue) = 143+237+224=604 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.68% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDE0 is #70121F. Grayscale: #CFCFCF. Windows color (decimal): -7344672 or 14740879. OLE color: 14740879.

HSL color Cylindrical-coordinate representation of color #8FEDE0: hue angle of 171.7º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDE0 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB143237224-
CMYK0.4000.050.07
HSL171.7º72.31%74.51%-
HSV(B)171.7º39.66%92.94%-
XYZ55.0771.7981.48-
YUV207.41137.3682.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.68%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=23.68%
G=39.24%
B=37.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432372240.4000.050.07171.772.3174.51
Hex8FEDE028057ac484b
Octal21735534050057254110113
Binary10001111111011011110000010100001011111010110010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,237,224); }

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

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

 a { background-color: rgb(143,237,224); }

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

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

 span { border-color: rgb(143,237,224); }

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