#8CFABF

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

Shades of Aquamarine #8CFABF

Tints of Aquamarine #8CFABF

Color information

#8CFABF (or 0x8CFABF) is unknown color: approx Aquamarine. HEX triplet: 8C, FA and BF. RGB value is (140,250,191). Sum of RGB (Red+Green+Blue) = 140+250+191=581 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.10% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFABF is #730540. Grayscale: #D2D2D2. Windows color (decimal): -7537985 or 12581516. OLE color: 12581516.

HSL color Cylindrical-coordinate representation of color #8CFABF: hue angle of 147.82º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFABF is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB140250191-
CMYK0.4400.240.02
HSL147.82º91.67%76.47%-
HSV(B)147.82º44%98.04%-
XYZ54.477.7161.42-
YUV210.38117.0677.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.10%
GREEN value IS 250 (98.05% from 255) = 43.03%
BLUE value IS 191 (75% from 255) = 32.87%
R=24.10%
G=43.03%
B=32.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402501910.4400.240.02147.8291.6776.47
Hex8CFABF2C0182945c4c
Octal214372277540302224134114
Binary100011001111101010111111101100011000101001010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,250,191); }

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

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

 a { background-color: rgb(140,250,191); }

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

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

 span { border-color: rgb(140,250,191); }

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