#83F2BA

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

Shades of Aquamarine #83F2BA

Tints of Aquamarine #83F2BA

Color information

#83F2BA (or 0x83F2BA) is unknown color: approx Aquamarine. HEX triplet: 83, F2 and BA. RGB value is (131,242,186). Sum of RGB (Red+Green+Blue) = 131+242+186=559 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.43% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #83F2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F2BA is #7C0D45. Grayscale: #CACACA. Windows color (decimal): -8129862 or 12251779. OLE color: 12251779.

HSL color Cylindrical-coordinate representation of color #83F2BA: hue angle of 149.73º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F2BA is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB131242186-
CMYK0.4600.230.05
HSL149.73º81.02%73.14%-
HSV(B)149.73º45.87%94.9%-
XYZ49.9871.8757.69-
YUV202.43118.7377.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.43%
GREEN value IS 242 (94.92% from 255) = 43.29%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=23.43%
G=43.29%
B=33.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1312421860.4600.230.05149.7381.0273.14
Hex83F2BA2E0175965149
Octal203362272560275226121111
Binary1000001111110010101110101011100101111011001011010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,242,186); }

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

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

 a { background-color: rgb(131,242,186); }

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

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

 span { border-color: rgb(131,242,186); }

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