#8BF5BE

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

Shades of Aquamarine #8BF5BE

Tints of Aquamarine #8BF5BE

Color information

#8BF5BE (or 0x8BF5BE) is unknown color: approx Aquamarine. HEX triplet: 8B, F5 and BE. RGB value is (139,245,190). Sum of RGB (Red+Green+Blue) = 139+245+190=574 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.22% from 574); Green value is 245 (96.09% from 255 or 42.68% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 245 - color contains mainly: green. Hex color #8BF5BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF5BE is #740A41. Grayscale: #CFCFCF. Windows color (decimal): -7604802 or 12514699. OLE color: 12514699.

HSL color Cylindrical-coordinate representation of color #8BF5BE: hue angle of 148.87º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF5BE is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB139245190-
CMYK0.4300.220.04
HSL148.87º84.13%75.29%-
HSV(B)148.87º43.27%96.08%-
XYZ52.5974.5160.33-
YUV207.04118.3879.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.22%
GREEN value IS 245 (96.09% from 255) = 42.68%
BLUE value IS 190 (74.61% from 255) = 33.10%
R=24.22%
G=42.68%
B=33.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1392451900.4300.220.04148.8784.1375.29
Hex8BF5BE2B016495544b
Octal213365276530264225124113
Binary1000101111110101101111101010110101101001001010110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,245,190); }

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

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

 a { background-color: rgb(139,245,190); }

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

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

 span { border-color: rgb(139,245,190); }

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