#8FF8E8

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

Shades of Aquamarine #8FF8E8

Tints of Aquamarine #8FF8E8

Color information

#8FF8E8 (or 0x8FF8E8) is unknown color: approx Aquamarine. HEX triplet: 8F, F8 and E8. RGB value is (143,248,232). Sum of RGB (Red+Green+Blue) = 143+248+232=623 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.95% from 623); Green value is 248 (97.27% from 255 or 39.81% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 248 - color contains mainly: green. Hex color #8FF8E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF8E8 is #700717. Grayscale: #D6D6D6. Windows color (decimal): -7341848 or 15267983. OLE color: 15267983.

HSL color Cylindrical-coordinate representation of color #8FF8E8: hue angle of 170.86º 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 #8FF8E8 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB143248232-
CMYK0.4200.060.03
HSL170.86º88.24%76.67%-
HSV(B)170.86º42.34%97.25%-
XYZ59.4678.888.42-
YUV214.78137.7176.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.95%
GREEN value IS 248 (97.27% from 255) = 39.81%
BLUE value IS 232 (91.02% from 255) = 37.24%
R=22.95%
G=39.81%
B=37.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1432482320.4200.060.03170.8688.2476.67
Hex8FF8E82A063ab584d
Octal21737035052063253130115
Binary1000111111111000111010001010100110111010101110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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