#8FFAC0

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

Shades of Aquamarine #8FFAC0

Tints of Aquamarine #8FFAC0

Color information

#8FFAC0 (or 0x8FFAC0) is unknown color: approx Aquamarine. HEX triplet: 8F, FA and C0. RGB value is (143,250,192). Sum of RGB (Red+Green+Blue) = 143+250+192=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFAC0 is #70053F. Grayscale: #D3D3D3. Windows color (decimal): -7341376 or 12647055. OLE color: 12647055.

HSL color Cylindrical-coordinate representation of color #8FFAC0: hue angle of 147.48º 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 #8FFAC0 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB143250192-
CMYK0.4300.230.02
HSL147.48º91.45%77.06%-
HSV(B)147.48º42.8%98.04%-
XYZ55.0378.0262.03-
YUV211.4117.0579.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.44%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 192 (75.39% from 255) = 32.82%
R=24.44%
G=42.74%
B=32.82%

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
Decimal1432501920.4300.230.02147.4891.4577.06
Hex8FFAC02B0172935b4d
Octal217372300530272223133115
Binary100011111111101011000000101011010111101001001110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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