#83FFBB

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

Shades of Aquamarine #83FFBB

Tints of Aquamarine #83FFBB

Color information

#83FFBB (or 0x83FFBB) is unknown color: approx Aquamarine. HEX triplet: 83, FF and BB. RGB value is (131,255,187). Sum of RGB (Red+Green+Blue) = 131+255+187=573 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.86% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFBB is #7C0044. Grayscale: #D2D2D2. Windows color (decimal): -8126533 or 12320643. OLE color: 12320643.

HSL color Cylindrical-coordinate representation of color #83FFBB: hue angle of 147.1º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83FFBB is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB131255187-
CMYK0.4900.270
HSL147.1º100%75.69%-
HSV(B)147.1º48.63%100%-
XYZ54.0979.9359.59-
YUV210.17114.9271.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.86%
GREEN value IS 255 (100% from 255) = 44.50%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=22.86%
G=44.50%
B=32.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1312551870.4900.270147.110075.69
Hex83FFBB3101B093644c
Octal203377273610330223144114
Binary10000011111111111011101111000101101101001001111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83FFBB; }

 p { color: rgb(131,255,187); }

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

<style>
 a { background-color: #83FFBB; }

 a { background-color: rgb(131,255,187); }

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

<style>
 span { border-color: #83FFBB; }

 span { border-color: rgb(131,255,187); }

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