#83FABA

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

Shades of Aquamarine #83FABA

Tints of Aquamarine #83FABA

Color information

#83FABA (or 0x83FABA) is unknown color: approx Aquamarine. HEX triplet: 83, FA and BA. RGB value is (131,250,186). Sum of RGB (Red+Green+Blue) = 131+250+186=567 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.10% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #83FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FABA is #7C0545. Grayscale: #CFCFCF. Windows color (decimal): -8127814 or 12253827. OLE color: 12253827.

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

Color convert

RGB131250186-
CMYK0.4800.260.02
HSL147.73º92.25%74.71%-
HSV(B)147.73º47.6%98.04%-
XYZ52.4176.7458.5-
YUV207.12116.0873.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.10%
GREEN value IS 250 (98.05% from 255) = 44.09%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=23.10%
G=44.09%
B=32.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312501860.4800.260.02147.7392.2574.71
Hex83FABA3001A2945c4b
Octal203372272600322224134113
Binary100000111111101010111010110000011010101001010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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