#83F1BE

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

Shades of Aquamarine #83F1BE

Tints of Aquamarine #83F1BE

Color information

#83F1BE (or 0x83F1BE) is unknown color: approx Aquamarine. HEX triplet: 83, F1 and BE. RGB value is (131,241,190). Sum of RGB (Red+Green+Blue) = 131+241+190=562 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.31% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #83F1BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F1BE is #7C0E41. Grayscale: #CACACA. Windows color (decimal): -8130114 or 12513667. OLE color: 12513667.

HSL color Cylindrical-coordinate representation of color #83F1BE: hue angle of 152.18º degrees, saturation: 0.8, 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 #83F1BE is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB131241190-
CMYK0.4600.210.05
HSL152.18º79.71%72.94%-
HSV(B)152.18º45.64%94.51%-
XYZ50.1171.4559.87-
YUV202.3121.0677.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.31%
GREEN value IS 241 (94.53% from 255) = 42.88%
BLUE value IS 190 (74.61% from 255) = 33.81%
R=23.31%
G=42.88%
B=33.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1312411900.4600.210.05152.1879.7172.94
Hex83F1BE2E0155985049
Octal203361276560255230120111
Binary1000001111110001101111101011100101011011001100010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,241,190); }

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

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

 a { background-color: rgb(131,241,190); }

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

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

 span { border-color: rgb(131,241,190); }

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