#8FF6E5

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

Shades of Aquamarine #8FF6E5

Tints of Aquamarine #8FF6E5

Color information

#8FF6E5 (or 0x8FF6E5) is unknown color: approx Aquamarine. HEX triplet: 8F, F6 and E5. RGB value is (143,246,229). Sum of RGB (Red+Green+Blue) = 143+246+229=618 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.14% from 618); Green value is 246 (96.48% from 255 or 39.81% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 246 - color contains mainly: green. Hex color #8FF6E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF6E5 is #70091A. Grayscale: #D5D5D5. Windows color (decimal): -7342363 or 15070863. OLE color: 15070863.

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

Color convert

RGB143246229-
CMYK0.4200.070.04
HSL170.1º85.12%76.27%-
HSV(B)170.1º41.87%96.47%-
XYZ58.4377.4185.99-
YUV213.26136.8877.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.14%
GREEN value IS 246 (96.48% from 255) = 39.81%
BLUE value IS 229 (89.84% from 255) = 37.06%
R=23.14%
G=39.81%
B=37.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1432462290.4200.070.04170.185.1276.27
Hex8FF6E52A074aa554c
Octal21736634552074252125114
Binary10001111111101101110010110101001111001010101010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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