#83FBB5

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

Shades of Aquamarine #83FBB5

Tints of Aquamarine #83FBB5

Color information

#83FBB5 (or 0x83FBB5) is unknown color: approx Aquamarine. HEX triplet: 83, FB and B5. RGB value is (131,251,181). Sum of RGB (Red+Green+Blue) = 131+251+181=563 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.27% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FBB5 is #7C044A. Grayscale: #CFCFCF. Windows color (decimal): -8127563 or 11926403. OLE color: 11926403.

HSL color Cylindrical-coordinate representation of color #83FBB5: hue angle of 145º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FBB5 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB131251181-
CMYK0.4800.280.02
HSL145º93.75%74.9%-
HSV(B)145º47.81%98.43%-
XYZ52.277.1655.86-
YUV207.14113.2473.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.27%
GREEN value IS 251 (98.44% from 255) = 44.58%
BLUE value IS 181 (71.09% from 255) = 32.15%
R=23.27%
G=44.58%
B=32.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312511810.4800.280.0214593.7574.9
Hex83FBB53001C2915e4b
Octal203373265600342221136113
Binary100000111111101110110101110000011100101001000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,251,181); }

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

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

 a { background-color: rgb(131,251,181); }

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

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

 span { border-color: rgb(131,251,181); }

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