#8FF6E7

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

Shades of Aquamarine #8FF6E7

Tints of Aquamarine #8FF6E7

Color information

#8FF6E7 (or 0x8FF6E7) is unknown color: approx Aquamarine. HEX triplet: 8F, F6 and E7. RGB value is (143,246,231). Sum of RGB (Red+Green+Blue) = 143+246+231=620 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.06% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 246 - color contains mainly: green. Hex color #8FF6E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF6E7 is #700918. Grayscale: #D5D5D5. Windows color (decimal): -7342361 or 15201935. OLE color: 15201935.

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

Color convert

RGB143246231-
CMYK0.4200.060.04
HSL171.26º85.12%76.27%-
HSV(B)171.26º41.87%96.47%-
XYZ58.7177.5287.47-
YUV213.49137.8877.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.06%
GREEN value IS 246 (96.48% from 255) = 39.68%
BLUE value IS 231 (90.62% from 255) = 37.26%
R=23.06%
G=39.68%
B=37.26%

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
Decimal1432462310.4200.060.04171.2685.1276.27
Hex8FF6E72A064ab554c
Octal21736634752064253125114
Binary10001111111101101110011110101001101001010101110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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