#8FFEC3

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

Shades of Aquamarine #8FFEC3

Tints of Aquamarine #8FFEC3

Color information

#8FFEC3 (or 0x8FFEC3) is unknown color: approx Aquamarine. HEX triplet: 8F, FE and C3. RGB value is (143,254,195). Sum of RGB (Red+Green+Blue) = 143+254+195=592 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.16% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFEC3 is #70013C. Grayscale: #D6D6D6. Windows color (decimal): -7340349 or 12844687. OLE color: 12844687.

HSL color Cylindrical-coordinate representation of color #8FFEC3: hue angle of 148.11º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFEC3 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB143254195-
CMYK0.4400.230.00
HSL148.11º98.23%77.84%-
HSV(B)148.11º43.7%99.61%-
XYZ56.6280.6664.22-
YUV214.08117.2377.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.16%
GREEN value IS 254 (99.61% from 255) = 42.91%
BLUE value IS 195 (76.56% from 255) = 32.94%
R=24.16%
G=42.91%
B=32.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1432541950.4400.230.00148.1198.2377.84
Hex8FFEC32C017094624e
Octal217376303540270224142116
Binary10001111111111101100001110110001011101001010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,254,195); }

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

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

 a { background-color: rgb(143,254,195); }

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

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

 span { border-color: rgb(143,254,195); }

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