#8DFABF

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

Shades of Aquamarine #8DFABF

Tints of Aquamarine #8DFABF

Color information

#8DFABF (or 0x8DFABF) is unknown color: approx Aquamarine. HEX triplet: 8D, FA and BF. RGB value is (141,250,191). Sum of RGB (Red+Green+Blue) = 141+250+191=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFABF is #720540. Grayscale: #D2D2D2. Windows color (decimal): -7472449 or 12581517. OLE color: 12581517.

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

Color convert

RGB141250191-
CMYK0.4400.240.02
HSL147.52º91.6%76.67%-
HSV(B)147.52º43.6%98.04%-
XYZ54.5777.861.43-
YUV210.68116.8978.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.23%
GREEN value IS 250 (98.05% from 255) = 42.96%
BLUE value IS 191 (75% from 255) = 32.82%
R=24.23%
G=42.96%
B=32.82%

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
Decimal1412501910.4400.240.02147.5291.676.67
Hex8DFABF2C0182945c4d
Octal215372277540302224134115
Binary100011011111101010111111101100011000101001010010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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