#83F9BA

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

Shades of Aquamarine #83F9BA

Tints of Aquamarine #83F9BA

Color information

#83F9BA (or 0x83F9BA) is unknown color: approx Aquamarine. HEX triplet: 83, F9 and BA. RGB value is (131,249,186). Sum of RGB (Red+Green+Blue) = 131+249+186=566 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.14% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #83F9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F9BA is #7C0645. Grayscale: #CECECE. Windows color (decimal): -8128070 or 12253571. OLE color: 12253571.

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

Color convert

RGB131249186-
CMYK0.4700.250.02
HSL147.97º90.77%74.51%-
HSV(B)147.97º47.39%97.65%-
XYZ52.176.1258.4-
YUV206.54116.4174.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.14%
GREEN value IS 249 (97.66% from 255) = 43.99%
BLUE value IS 186 (73.05% from 255) = 32.86%
R=23.14%
G=43.99%
B=32.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312491860.4700.250.02147.9790.7774.51
Hex83F9BA2F0192945b4b
Octal203371272570312224133113
Binary100000111111100110111010101111011001101001010010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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