#8BFBB7

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

Shades of Aquamarine #8BFBB7

Tints of Aquamarine #8BFBB7

Color information

#8BFBB7 (or 0x8BFBB7) is unknown color: approx Aquamarine. HEX triplet: 8B, FB and B7. RGB value is (139,251,183). Sum of RGB (Red+Green+Blue) = 139+251+183=573 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.26% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #8BFBB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFBB7 is #740448. Grayscale: #D1D1D1. Windows color (decimal): -7603273 or 12057483. OLE color: 12057483.

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

Color convert

RGB139251183-
CMYK0.4500.270.02
HSL143.57º93.33%76.47%-
HSV(B)143.57º44.62%98.43%-
XYZ53.6977.957.01-
YUV209.76112.8977.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.26%
GREEN value IS 251 (98.44% from 255) = 43.80%
BLUE value IS 183 (71.88% from 255) = 31.94%
R=24.26%
G=43.80%
B=31.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392511830.4500.270.02143.5793.3376.47
Hex8BFBB72D01B2905d4c
Octal213373267550332220135114
Binary100010111111101110110111101101011011101001000010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,251,183); }

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

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

 a { background-color: rgb(139,251,183); }

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

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

 span { border-color: rgb(139,251,183); }

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