#8BF8C2

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

Shades of Aquamarine #8BF8C2

Tints of Aquamarine #8BF8C2

Color information

#8BF8C2 (or 0x8BF8C2) is unknown color: approx Aquamarine. HEX triplet: 8B, F8 and C2. RGB value is (139,248,194). Sum of RGB (Red+Green+Blue) = 139+248+194=581 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.92% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #8BF8C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF8C2 is #74073D. Grayscale: #D1D1D1. Windows color (decimal): -7604030 or 12777611. OLE color: 12777611.

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

Color convert

RGB139248194-
CMYK0.4400.220.03
HSL150.28º88.62%75.88%-
HSV(B)150.28º43.95%97.25%-
XYZ53.9576.5262.96-
YUV209.25119.3977.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.92%
GREEN value IS 248 (97.27% from 255) = 42.69%
BLUE value IS 194 (76.17% from 255) = 33.39%
R=23.92%
G=42.69%
B=33.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1392481940.4400.220.03150.2888.6275.88
Hex8BF8C22C016396594c
Octal213370302540263226131114
Binary100010111111100011000010101100010110111001011010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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