#8FF8E7

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

Shades of Aquamarine #8FF8E7

Tints of Aquamarine #8FF8E7

Color information

#8FF8E7 (or 0x8FF8E7) is unknown color: approx Aquamarine. HEX triplet: 8F, F8 and E7. RGB value is (143,248,231). Sum of RGB (Red+Green+Blue) = 143+248+231=622 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.99% from 622); Green value is 248 (97.27% from 255 or 39.87% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 248 - color contains mainly: green. Hex color #8FF8E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF8E7 is #700718. Grayscale: #D6D6D6. Windows color (decimal): -7341849 or 15202447. OLE color: 15202447.

HSL color Cylindrical-coordinate representation of color #8FF8E7: hue angle of 170.29º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF8E7 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB143248231-
CMYK0.4200.070.03
HSL170.29º88.24%76.67%-
HSV(B)170.29º42.34%97.25%-
XYZ59.3278.7487.67-
YUV214.67137.2176.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.99%
GREEN value IS 248 (97.27% from 255) = 39.87%
BLUE value IS 231 (90.62% from 255) = 37.14%
R=22.99%
G=39.87%
B=37.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1432482310.4200.070.03170.2988.2476.67
Hex8FF8E72A073aa584d
Octal21737034752073252130115
Binary1000111111111000111001111010100111111010101010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,248,231); }

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

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

 a { background-color: rgb(143,248,231); }

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

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

 span { border-color: rgb(143,248,231); }

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