#8bf6c1

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

Shades of Aquamarine #8BF6C1

Tints of Aquamarine #8BF6C1

Color information

#8BF6C1 (or 0x8BF6C1) is unknown color: approx Aquamarine. HEX triplet: 8B, F6 and C1. RGB value is (139,246,193). Sum of RGB (Red+Green+Blue) = 139+246+193=578 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.05% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #8BF6C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF6C1 is #74093E. Grayscale: #D0D0D0. Windows color (decimal): -7604543 or 12711563. OLE color: 12711563.

HSL color Cylindrical-coordinate representation of color #8BF6C1: hue angle of 150.28º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF6C1 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB139246193-
CMYK0.4300.220.04
HSL150.28º85.6%75.49%-
HSV(B)150.28º43.5%96.47%-
XYZ53.2375.2562.17-
YUV207.96119.5578.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.05%
GREEN value IS 246 (96.48% from 255) = 42.56%
BLUE value IS 193 (75.78% from 255) = 33.39%
R=24.05%
G=42.56%
B=33.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1392461930.4300.220.04150.2885.675.49
Hex8BF6C12B016496564b
Octal213366301530264226126113
Binary1000101111110110110000011010110101101001001011010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bf6c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,246,193); }

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

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

 a { background-color: rgb(139,246,193); }

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

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

 span { border-color: rgb(139,246,193); }

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