#8BF8E4

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

Shades of Aquamarine #8BF8E4

Tints of Aquamarine #8BF8E4

Color information

#8BF8E4 (or 0x8BF8E4) is unknown color: approx Aquamarine. HEX triplet: 8B, F8 and E4. RGB value is (139,248,228). Sum of RGB (Red+Green+Blue) = 139+248+228=615 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.60% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 228 (89.45% from 255 or 37.07% from 615); Max value from RGB is 248 - color contains mainly: green. Hex color #8BF8E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF8E4 is #74071B. Grayscale: #D5D5D5. Windows color (decimal): -7603996 or 15005835. OLE color: 15005835.

HSL color Cylindrical-coordinate representation of color #8BF8E4: hue angle of 168.99º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BF8E4 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB139248228-
CMYK0.4400.080.03
HSL168.99º88.62%75.88%-
HSV(B)168.99º43.95%97.25%-
XYZ58.2278.2385.43-
YUV213.13136.3975.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.60%
GREEN value IS 248 (97.27% from 255) = 40.33%
BLUE value IS 228 (89.45% from 255) = 37.07%
R=22.60%
G=40.33%
B=37.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1392482280.4400.080.03168.9988.6275.88
Hex8BF8E42C083a9594c
Octal213370344540103251131114
Binary10001011111110001110010010110001000111010100110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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