#83ecd4

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

Shades of Aquamarine #83ECD4

Tints of Aquamarine #83ECD4

Color information

#83ECD4 (or 0x83ECD4) is unknown color: approx Aquamarine. HEX triplet: 83, EC and D4. RGB value is (131,236,212). Sum of RGB (Red+Green+Blue) = 131+236+212=579 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.63% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83ECD4 is #7C132B. Grayscale: #C9C9C9. Windows color (decimal): -8131372 or 13954179. OLE color: 13954179.

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

Color convert

RGB131236212-
CMYK0.4400.100.07
HSL166.29º73.43%71.96%-
HSV(B)166.29º44.49%92.55%-
XYZ51.2469.5773.02-
YUV201.87133.7177.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.63%
GREEN value IS 236 (92.58% from 255) = 40.76%
BLUE value IS 212 (83.20% from 255) = 36.61%
R=22.63%
G=40.76%
B=36.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1312362120.4400.100.07166.2973.4371.96
Hex83ECD42C0A7a64948
Octal203354324540127246111110
Binary100000111110110011010100101100010101111010011010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ecd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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