#8FF7E5

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

Shades of Aquamarine #8FF7E5

Tints of Aquamarine #8FF7E5

Color information

#8FF7E5 (or 0x8FF7E5) is unknown color: approx Aquamarine. HEX triplet: 8F, F7 and E5. RGB value is (143,247,229). Sum of RGB (Red+Green+Blue) = 143+247+229=619 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.10% from 619); Green value is 247 (96.88% from 255 or 39.90% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 247 - color contains mainly: green. Hex color #8FF7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF7E5 is #70081A. Grayscale: #D5D5D5. Windows color (decimal): -7342107 or 15071119. OLE color: 15071119.

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

Color convert

RGB143247229-
CMYK0.4200.070.03
HSL169.62º86.67%76.47%-
HSV(B)169.62º42.11%96.86%-
XYZ58.7378.0286.09-
YUV213.85136.5477.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.10%
GREEN value IS 247 (96.88% from 255) = 39.90%
BLUE value IS 229 (89.84% from 255) = 37.00%
R=23.10%
G=39.90%
B=37.00%

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
Decimal1432472290.4200.070.03169.6286.6776.47
Hex8FF7E52A073aa574c
Octal21736734552073252127114
Binary1000111111110111111001011010100111111010101010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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