#8BFBBE

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

Shades of Aquamarine #8BFBBE

Tints of Aquamarine #8BFBBE

Color information

#8BFBBE (or 0x8BFBBE) is unknown color: approx Aquamarine. HEX triplet: 8B, FB and BE. RGB value is (139,251,190). Sum of RGB (Red+Green+Blue) = 139+251+190=580 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.97% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #8BFBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFBBE is #740441. Grayscale: #D2D2D2. Windows color (decimal): -7603266 or 12516235. OLE color: 12516235.

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

Color convert

RGB139251190-
CMYK0.4500.240.02
HSL147.32º93.33%76.47%-
HSV(B)147.32º44.62%98.43%-
XYZ54.4478.260.94-
YUV210.56116.3976.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.97%
GREEN value IS 251 (98.44% from 255) = 43.28%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=23.97%
G=43.28%
B=32.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392511900.4500.240.02147.3293.3376.47
Hex8BFBBE2D0182935d4c
Octal213373276550302223135114
Binary100010111111101110111110101101011000101001001110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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