#83EDD9

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

Shades of Aquamarine #83EDD9

Tints of Aquamarine #83EDD9

Color information

#83EDD9 (or 0x83EDD9) is unknown color: approx Aquamarine. HEX triplet: 83, ED and D9. RGB value is (131,237,217). Sum of RGB (Red+Green+Blue) = 131+237+217=585 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.39% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #83EDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EDD9 is #7C1226. Grayscale: #CBCBCB. Windows color (decimal): -8131111 or 14282115. OLE color: 14282115.

HSL color Cylindrical-coordinate representation of color #83EDD9: hue angle of 168.68º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EDD9 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB131237217-
CMYK0.4500.080.07
HSL168.68º74.65%72.16%-
HSV(B)168.68º44.73%92.94%-
XYZ52.1770.476.49-
YUV203.03135.8876.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.39%
GREEN value IS 237 (92.97% from 255) = 40.51%
BLUE value IS 217 (85.16% from 255) = 37.09%
R=22.39%
G=40.51%
B=37.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1312372170.4500.080.07168.6874.6572.16
Hex83EDD92D087a94b48
Octal203355331550107251113110
Binary100000111110110111011001101101010001111010100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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