#8BFAE4

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

Shades of Aquamarine #8BFAE4

Tints of Aquamarine #8BFAE4

Color information

#8BFAE4 (or 0x8BFAE4) is unknown color: approx Aquamarine. HEX triplet: 8B, FA and E4. RGB value is (139,250,228). Sum of RGB (Red+Green+Blue) = 139+250+228=617 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.53% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFAE4 is #74051B. Grayscale: #D6D6D6. Windows color (decimal): -7603484 or 15006347. OLE color: 15006347.

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

Color convert

RGB139250228-
CMYK0.4400.090.02
HSL168.11º91.74%76.27%-
HSV(B)168.11º44.4%98.04%-
XYZ58.8479.4685.64-
YUV214.3135.7374.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.53%
GREEN value IS 250 (98.05% from 255) = 40.52%
BLUE value IS 228 (89.45% from 255) = 36.95%
R=22.53%
G=40.52%
B=36.95%

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
Decimal1392502280.4400.090.02168.1191.7476.27
Hex8BFAE42C092a85c4c
Octal213372344540112250134114
Binary10001011111110101110010010110001001101010100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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