#83F7B6

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

Shades of Aquamarine #83F7B6

Tints of Aquamarine #83F7B6

Color information

#83F7B6 (or 0x83F7B6) is unknown color: approx Aquamarine. HEX triplet: 83, F7 and B6. RGB value is (131,247,182). Sum of RGB (Red+Green+Blue) = 131+247+182=560 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.39% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #83F7B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F7B6 is #7C0849. Grayscale: #CDCDCD. Windows color (decimal): -8128586 or 11990915. OLE color: 11990915.

HSL color Cylindrical-coordinate representation of color #83F7B6: hue angle of 146.38º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F7B6 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB131247182-
CMYK0.4700.260.03
HSL146.38º87.88%74.12%-
HSV(B)146.38º46.96%96.86%-
XYZ51.0674.7255.99-
YUV204.91115.0775.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.39%
GREEN value IS 247 (96.88% from 255) = 44.11%
BLUE value IS 182 (71.48% from 255) = 32.5%
R=23.39%
G=44.11%
B=32.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1312471820.4700.260.03146.3887.8874.12
Hex83F7B62F01A392584a
Octal203367266570323222130112
Binary100000111111011110110110101111011010111001001010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,247,182); }

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

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

 a { background-color: rgb(131,247,182); }

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

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

 span { border-color: rgb(131,247,182); }

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