#83FED1

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

Shades of Aquamarine #83FED1

Tints of Aquamarine #83FED1

Color information

#83FED1 (or 0x83FED1) is unknown color: approx Aquamarine. HEX triplet: 83, FE and D1. RGB value is (131,254,209). Sum of RGB (Red+Green+Blue) = 131+254+209=594 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.05% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #83FED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FED1 is #7C012E. Grayscale: #D4D4D4. Windows color (decimal): -8126767 or 13762179. OLE color: 13762179.

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

Color convert

RGB131254209-
CMYK0.4800.180.00
HSL158.05º98.4%75.49%-
HSV(B)158.05º48.43%99.61%-
XYZ56.3180.3172.86-
YUV212.09126.2570.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.05%
GREEN value IS 254 (99.61% from 255) = 42.76%
BLUE value IS 209 (82.03% from 255) = 35.19%
R=22.05%
G=42.76%
B=35.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1312542090.4800.180.00158.0598.475.49
Hex83FED13001209e624b
Octal203376321600220236142113
Binary10000011111111101101000111000001001001001111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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