#8FF6E8

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

Shades of Aquamarine #8FF6E8

Tints of Aquamarine #8FF6E8

Color information

#8FF6E8 (or 0x8FF6E8) is unknown color: approx Aquamarine. HEX triplet: 8F, F6 and E8. RGB value is (143,246,232). Sum of RGB (Red+Green+Blue) = 143+246+232=621 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.03% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 246 - color contains mainly: green. Hex color #8FF6E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF6E8 is #700917. Grayscale: #D5D5D5. Windows color (decimal): -7342360 or 15267471. OLE color: 15267471.

HSL color Cylindrical-coordinate representation of color #8FF6E8: hue angle of 171.84º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF6E8 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB143246232-
CMYK0.4200.060.04
HSL171.84º85.12%76.27%-
HSV(B)171.84º41.87%96.47%-
XYZ58.8577.5888.22-
YUV213.61138.3877.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.03%
GREEN value IS 246 (96.48% from 255) = 39.61%
BLUE value IS 232 (91.02% from 255) = 37.36%
R=23.03%
G=39.61%
B=37.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1432462320.4200.060.04171.8485.1276.27
Hex8FF6E82A064ac554c
Octal21736635052064254125114
Binary10001111111101101110100010101001101001010110010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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