#8BFACF

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

Shades of Aquamarine #8BFACF

Tints of Aquamarine #8BFACF

Color information

#8BFACF (or 0x8BFACF) is unknown color: approx Aquamarine. HEX triplet: 8B, FA and CF. RGB value is (139,250,207). Sum of RGB (Red+Green+Blue) = 139+250+207=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFACF is #740530. Grayscale: #D3D3D3. Windows color (decimal): -7603505 or 13630091. OLE color: 13630091.

HSL color Cylindrical-coordinate representation of color #8BFACF: hue angle of 156.76º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BFACF is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB139250207-
CMYK0.4400.170.02
HSL156.76º91.74%76.27%-
HSV(B)156.76º44.4%98.04%-
XYZ56.178.3771.2-
YUV211.91125.2376-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.32%
GREEN value IS 250 (98.05% from 255) = 41.95%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=23.32%
G=41.95%
B=34.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392502070.4400.170.02156.7691.7476.27
Hex8BFACF2C01129d5c4c
Octal213372317540212235134114
Binary100010111111101011001111101100010001101001110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,250,207); }

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

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

 a { background-color: rgb(139,250,207); }

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

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

 span { border-color: rgb(139,250,207); }

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