#8BFCE4

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

Shades of Aquamarine #8BFCE4

Tints of Aquamarine #8BFCE4

Color information

#8BFCE4 (or 0x8BFCE4) is unknown color: approx Aquamarine. HEX triplet: 8B, FC and E4. RGB value is (139,252,228). Sum of RGB (Red+Green+Blue) = 139+252+228=619 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.46% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFCE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFCE4 is #74031B. Grayscale: #D7D7D7. Windows color (decimal): -7602972 or 15006859. OLE color: 15006859.

HSL color Cylindrical-coordinate representation of color #8BFCE4: hue angle of 167.26º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFCE4 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB139252228-
CMYK0.4500.100.01
HSL167.26º94.96%76.67%-
HSV(B)167.26º44.84%98.82%-
XYZ59.4680.7185.84-
YUV215.48135.0673.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.46%
GREEN value IS 252 (98.83% from 255) = 40.71%
BLUE value IS 228 (89.45% from 255) = 36.83%
R=22.46%
G=40.71%
B=36.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392522280.4500.100.01167.2694.9676.67
Hex8BFCE42D0A1a75f4d
Octal213374344550121247137115
Binary1000101111111100111001001011010101011010011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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