#83FAD9

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

Shades of Aquamarine #83FAD9

Tints of Aquamarine #83FAD9

Color information

#83FAD9 (or 0x83FAD9) is unknown color: approx Aquamarine. HEX triplet: 83, FA and D9. RGB value is (131,250,217). Sum of RGB (Red+Green+Blue) = 131+250+217=598 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.91% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FAD9 is #7C0526. Grayscale: #D2D2D2. Windows color (decimal): -8127783 or 14285443. OLE color: 14285443.

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

Color convert

RGB131250217-
CMYK0.4800.130.02
HSL163.36º92.25%74.71%-
HSV(B)163.36º47.6%98.04%-
XYZ56.0778.2177.79-
YUV210.66131.5871.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.91%
GREEN value IS 250 (98.05% from 255) = 41.81%
BLUE value IS 217 (85.16% from 255) = 36.29%
R=21.91%
G=41.81%
B=36.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312502170.4800.130.02163.3692.2574.71
Hex83FAD9300D2a35c4b
Octal203372331600152243134113
Binary10000011111110101101100111000001101101010001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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