#83ECDC

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

Shades of Aquamarine #83ECDC

Tints of Aquamarine #83ECDC

Color information

#83ECDC (or 0x83ECDC) is unknown color: approx Aquamarine. HEX triplet: 83, EC and DC. RGB value is (131,236,220). Sum of RGB (Red+Green+Blue) = 131+236+220=587 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.32% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83ECDC is #7C1323. Grayscale: #CACACA. Windows color (decimal): -8131364 or 14478467. OLE color: 14478467.

HSL color Cylindrical-coordinate representation of color #83ECDC: hue angle of 170.86º 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 #83ECDC is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB131236220-
CMYK0.4400.070.07
HSL170.86º73.43%71.96%-
HSV(B)170.86º44.49%92.55%-
XYZ52.2769.9878.46-
YUV202.78137.7176.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.32%
GREEN value IS 236 (92.58% from 255) = 40.20%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=22.32%
G=40.20%
B=37.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1312362200.4400.070.07170.8673.4371.96
Hex83ECDC2C077ab4948
Octal20335433454077253111110
Binary10000011111011001101110010110001111111010101110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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