#8FFEE0

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

Shades of Aquamarine #8FFEE0

Tints of Aquamarine #8FFEE0

Color information

#8FFEE0 (or 0x8FFEE0) is unknown color: approx Aquamarine. HEX triplet: 8F, FE and E0. RGB value is (143,254,224). Sum of RGB (Red+Green+Blue) = 143+254+224=621 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.03% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFEE0 is #70011F. Grayscale: #D9D9D9. Windows color (decimal): -7340320 or 14745231. OLE color: 14745231.

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

Color convert

RGB143254224-
CMYK0.4400.120.00
HSL163.78º98.23%77.84%-
HSV(B)163.78º43.7%99.61%-
XYZ60.2282.1183.19-
YUV217.39131.7374.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.03%
GREEN value IS 254 (99.61% from 255) = 40.90%
BLUE value IS 224 (87.89% from 255) = 36.07%
R=23.03%
G=40.90%
B=36.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1432542240.4400.120.00163.7898.2377.84
Hex8FFEE02C0C0a4624e
Octal217376340540140244142116
Binary1000111111111110111000001011000110001010010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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