#8BFEC6

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

Shades of Aquamarine #8BFEC6

Tints of Aquamarine #8BFEC6

Color information

#8BFEC6 (or 0x8BFEC6) is unknown color: approx Aquamarine. HEX triplet: 8B, FE and C6. RGB value is (139,254,198). Sum of RGB (Red+Green+Blue) = 139+254+198=591 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.52% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #8BFEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFEC6 is #740139. Grayscale: #D5D5D5. Windows color (decimal): -7602490 or 13041291. OLE color: 13041291.

HSL color Cylindrical-coordinate representation of color #8BFEC6: hue angle of 150.78º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFEC6 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB139254198-
CMYK0.4500.220.00
HSL150.78º98.29%77.06%-
HSV(B)150.78º45.28%99.61%-
XYZ56.2880.4565.99-
YUV213.23119.475.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.52%
GREEN value IS 254 (99.61% from 255) = 42.98%
BLUE value IS 198 (77.73% from 255) = 33.50%
R=23.52%
G=42.98%
B=33.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1392541980.4500.220.00150.7898.2977.06
Hex8BFEC62D016097624d
Octal213376306550260227142115
Binary10001011111111101100011010110101011001001011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,254,198); }

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

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

 a { background-color: rgb(139,254,198); }

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

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

 span { border-color: rgb(139,254,198); }

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