#83FAC4

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

Shades of Aquamarine #83FAC4

Tints of Aquamarine #83FAC4

Color information

#83FAC4 (or 0x83FAC4) is unknown color: approx Aquamarine. HEX triplet: 83, FA and C4. RGB value is (131,250,196). Sum of RGB (Red+Green+Blue) = 131+250+196=577 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.70% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FAC4 is #7C053B. Grayscale: #D0D0D0. Windows color (decimal): -8127804 or 12909187. OLE color: 12909187.

HSL color Cylindrical-coordinate representation of color #83FAC4: hue angle of 152.77º 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 #83FAC4 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB131250196-
CMYK0.4800.220.02
HSL152.77º92.25%74.71%-
HSV(B)152.77º47.6%98.04%-
XYZ53.5177.1864.3-
YUV208.26121.0872.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.70%
GREEN value IS 250 (98.05% from 255) = 43.33%
BLUE value IS 196 (76.95% from 255) = 33.97%
R=22.70%
G=43.33%
B=33.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312501960.4800.220.02152.7792.2574.71
Hex83FAC4300162995c4b
Octal203372304600262231134113
Binary100000111111101011000100110000010110101001100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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