#8CF9BE

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

Shades of Aquamarine #8CF9BE

Tints of Aquamarine #8CF9BE

Color information

#8CF9BE (or 0x8CF9BE) is unknown color: approx Aquamarine. HEX triplet: 8C, F9 and BE. RGB value is (140,249,190). Sum of RGB (Red+Green+Blue) = 140+249+190=579 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.18% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF9BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF9BE is #730641. Grayscale: #D1D1D1. Windows color (decimal): -7538242 or 12515724. OLE color: 12515724.

HSL color Cylindrical-coordinate representation of color #8CF9BE: hue angle of 147.52º degrees, saturation: 0.9, 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 #8CF9BE is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB140249190-
CMYK0.4400.240.02
HSL147.52º90.08%76.27%-
HSV(B)147.52º43.78%97.65%-
XYZ53.9977.0460.74-
YUV209.68116.8978.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.18%
GREEN value IS 249 (97.66% from 255) = 43.01%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=24.18%
G=43.01%
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
Decimal1402491900.4400.240.02147.5290.0876.27
Hex8CF9BE2C0182945a4c
Octal214371276540302224132114
Binary100011001111100110111110101100011000101001010010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,249,190); }

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

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

 a { background-color: rgb(140,249,190); }

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

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

 span { border-color: rgb(140,249,190); }

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