#83F7BC

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

Shades of Aquamarine #83F7BC

Tints of Aquamarine #83F7BC

Color information

#83F7BC (or 0x83F7BC) is unknown color: approx Aquamarine. HEX triplet: 83, F7 and BC. RGB value is (131,247,188). Sum of RGB (Red+Green+Blue) = 131+247+188=566 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.14% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #83F7BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F7BC is #7C0843. Grayscale: #CDCDCD. Windows color (decimal): -8128580 or 12384131. OLE color: 12384131.

HSL color Cylindrical-coordinate representation of color #83F7BC: hue angle of 149.48º 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 #83F7BC is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB131247188-
CMYK0.4700.240.03
HSL149.48º87.88%74.12%-
HSV(B)149.48º46.96%96.86%-
XYZ51.774.9859.32-
YUV205.59118.0774.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.14%
GREEN value IS 247 (96.88% from 255) = 43.64%
BLUE value IS 188 (73.83% from 255) = 33.22%
R=23.14%
G=43.64%
B=33.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1312471880.4700.240.03149.4887.8874.12
Hex83F7BC2F018395584a
Octal203367274570303225130112
Binary100000111111011110111100101111011000111001010110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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