#83FAD1

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

Shades of Aquamarine #83FAD1

Tints of Aquamarine #83FAD1

Color information

#83FAD1 (or 0x83FAD1) is unknown color: approx Aquamarine. HEX triplet: 83, FA and D1. RGB value is (131,250,209). Sum of RGB (Red+Green+Blue) = 131+250+209=590 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.20% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FAD1 is #7C052E. Grayscale: #D1D1D1. Windows color (decimal): -8127791 or 13761155. OLE color: 13761155.

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

Color convert

RGB131250209-
CMYK0.4800.160.02
HSL159.33º92.25%74.71%-
HSV(B)159.33º47.6%98.04%-
XYZ55.0577.872.44-
YUV209.74127.5871.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.20%
GREEN value IS 250 (98.05% from 255) = 42.37%
BLUE value IS 209 (82.03% from 255) = 35.42%
R=22.20%
G=42.37%
B=35.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312502090.4800.160.02159.3392.2574.71
Hex83FAD13001029f5c4b
Octal203372321600202237134113
Binary100000111111101011010001110000010000101001111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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