#8BFBD1

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

Shades of Aquamarine #8BFBD1

Tints of Aquamarine #8BFBD1

Color information

#8BFBD1 (or 0x8BFBD1) is unknown color: approx Aquamarine. HEX triplet: 8B, FB and D1. RGB value is (139,251,209). Sum of RGB (Red+Green+Blue) = 139+251+209=599 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.21% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #8BFBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFBD1 is #74042E. Grayscale: #D4D4D4. Windows color (decimal): -7603247 or 13761419. OLE color: 13761419.

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

Color convert

RGB139251209-
CMYK0.4500.170.02
HSL157.5º93.33%76.47%-
HSV(B)157.5º44.62%98.43%-
XYZ56.6579.0972.6-
YUV212.72125.8975.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.21%
GREEN value IS 251 (98.44% from 255) = 41.90%
BLUE value IS 209 (82.03% from 255) = 34.89%
R=23.21%
G=41.90%
B=34.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392512090.4500.170.02157.593.3376.47
Hex8BFBD12D01129e5d4c
Octal213373321550212236135114
Binary100010111111101111010001101101010001101001111010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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