#83FDE1

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

Shades of Aquamarine #83FDE1

Tints of Aquamarine #83FDE1

Color information

#83FDE1 (or 0x83FDE1) is unknown color: approx Aquamarine. HEX triplet: 83, FD and E1. RGB value is (131,253,225). Sum of RGB (Red+Green+Blue) = 131+253+225=609 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.51% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #83FDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FDE1 is #7C021E. Grayscale: #D5D5D5. Windows color (decimal): -8127007 or 14810499. OLE color: 14810499.

HSL color Cylindrical-coordinate representation of color #83FDE1: hue angle of 166.23º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FDE1 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB131253225-
CMYK0.4800.110.01
HSL166.23º96.83%75.29%-
HSV(B)166.23º48.22%99.22%-
XYZ58.0880.5183.71-
YUV213.33134.5869.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.51%
GREEN value IS 253 (99.22% from 255) = 41.54%
BLUE value IS 225 (88.28% from 255) = 36.95%
R=21.51%
G=41.54%
B=36.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1312532250.4800.110.01166.2396.8375.29
Hex83FDE1300B1a6614b
Octal203375341600131246141113
Binary1000001111111101111000011100000101111010011011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,253,225); }

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

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

 a { background-color: rgb(131,253,225); }

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

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

 span { border-color: rgb(131,253,225); }

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