#8BFAE3

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

Shades of Aquamarine #8BFAE3

Tints of Aquamarine #8BFAE3

Color information

#8BFAE3 (or 0x8BFAE3) is unknown color: approx Aquamarine. HEX triplet: 8B, FA and E3. RGB value is (139,250,227). Sum of RGB (Red+Green+Blue) = 139+250+227=616 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.56% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFAE3 is #74051C. Grayscale: #D6D6D6. Windows color (decimal): -7603485 or 14940811. OLE color: 14940811.

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

Color convert

RGB139250227-
CMYK0.4400.090.02
HSL167.57º91.74%76.27%-
HSV(B)167.57º44.4%98.04%-
XYZ58.779.4184.91-
YUV214.19135.2374.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.56%
GREEN value IS 250 (98.05% from 255) = 40.58%
BLUE value IS 227 (89.06% from 255) = 36.85%
R=22.56%
G=40.58%
B=36.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392502270.4400.090.02167.5791.7476.27
Hex8BFAE32C092a85c4c
Octal213372343540112250134114
Binary10001011111110101110001110110001001101010100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,250,227); }

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

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

 a { background-color: rgb(139,250,227); }

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

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

 span { border-color: rgb(139,250,227); }

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