#83ECD6

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

Shades of Aquamarine #83ECD6

Tints of Aquamarine #83ECD6

Color information

#83ECD6 (or 0x83ECD6) is unknown color: approx Aquamarine. HEX triplet: 83, EC and D6. RGB value is (131,236,214). Sum of RGB (Red+Green+Blue) = 131+236+214=581 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.55% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83ECD6 is #7C1329. Grayscale: #CACACA. Windows color (decimal): -8131370 or 14085251. OLE color: 14085251.

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

Color convert

RGB131236214-
CMYK0.4400.090.07
HSL167.43º73.43%71.96%-
HSV(B)167.43º44.49%92.55%-
XYZ51.4969.6774.35-
YUV202.1134.7177.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.55%
GREEN value IS 236 (92.58% from 255) = 40.62%
BLUE value IS 214 (83.98% from 255) = 36.83%
R=22.55%
G=40.62%
B=36.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1312362140.4400.090.07167.4373.4371.96
Hex83ECD62C097a74948
Octal203354326540117247111110
Binary100000111110110011010110101100010011111010011110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ECD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,236,214); }

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

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

 a { background-color: rgb(131,236,214); }

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

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

 span { border-color: rgb(131,236,214); }

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