#83EFD1

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

Shades of Aquamarine #83EFD1

Tints of Aquamarine #83EFD1

Color information

#83EFD1 (or 0x83EFD1) is unknown color: approx Aquamarine. HEX triplet: 83, EF and D1. RGB value is (131,239,209). Sum of RGB (Red+Green+Blue) = 131+239+209=579 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.63% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFD1 is #7C102E. Grayscale: #CBCBCB. Windows color (decimal): -8130607 or 13758339. OLE color: 13758339.

HSL color Cylindrical-coordinate representation of color #83EFD1: hue angle of 163.33º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EFD1 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB131239209-
CMYK0.4500.130.06
HSL163.33º77.14%72.55%-
HSV(B)163.33º45.19%93.73%-
XYZ51.7471.1671.33-
YUV203.29131.2276.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.63%
GREEN value IS 239 (93.75% from 255) = 41.28%
BLUE value IS 209 (82.03% from 255) = 36.10%
R=22.63%
G=41.28%
B=36.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1312392090.4500.130.06163.3377.1472.55
Hex83EFD12D0D6a34d49
Octal203357321550156243115111
Binary100000111110111111010001101101011011101010001110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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