#8FFAC1

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

Shades of Aquamarine #8FFAC1

Tints of Aquamarine #8FFAC1

Color information

#8FFAC1 (or 0x8FFAC1) is unknown color: approx Aquamarine. HEX triplet: 8F, FA and C1. RGB value is (143,250,193). Sum of RGB (Red+Green+Blue) = 143+250+193=586 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.40% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFAC1 is #70053E. Grayscale: #D3D3D3. Windows color (decimal): -7341375 or 12712591. OLE color: 12712591.

HSL color Cylindrical-coordinate representation of color #8FFAC1: hue angle of 148.04º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFAC1 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB143250193-
CMYK0.4300.230.02
HSL148.04º91.45%77.06%-
HSV(B)148.04º42.8%98.04%-
XYZ55.1478.0662.61-
YUV211.51117.5579.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.40%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 193 (75.78% from 255) = 32.94%
R=24.40%
G=42.66%
B=32.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432501930.4300.230.02148.0491.4577.06
Hex8FFAC12B0172945b4d
Octal217372301530272224133115
Binary100011111111101011000001101011010111101001010010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,250,193); }

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

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

 a { background-color: rgb(143,250,193); }

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

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

 span { border-color: rgb(143,250,193); }

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