#8BFBC5

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

Shades of Aquamarine #8BFBC5

Tints of Aquamarine #8BFBC5

Color information

#8BFBC5 (or 0x8BFBC5) is unknown color: approx Aquamarine. HEX triplet: 8B, FB and C5. RGB value is (139,251,197). Sum of RGB (Red+Green+Blue) = 139+251+197=587 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.68% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #8BFBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFBC5 is #74043A. Grayscale: #D3D3D3. Windows color (decimal): -7603259 or 12974987. OLE color: 12974987.

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

Color convert

RGB139251197-
CMYK0.4500.220.02
HSL151.07º93.33%76.47%-
HSV(B)151.07º44.62%98.43%-
XYZ55.2278.5165.07-
YUV211.36119.8976.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.68%
GREEN value IS 251 (98.44% from 255) = 42.76%
BLUE value IS 197 (77.34% from 255) = 33.56%
R=23.68%
G=42.76%
B=33.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392511970.4500.220.02151.0793.3376.47
Hex8BFBC52D0162975d4c
Octal213373305550262227135114
Binary100010111111101111000101101101010110101001011110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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