#83EDDC

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

Shades of Aquamarine #83EDDC

Tints of Aquamarine #83EDDC

Color information

#83EDDC (or 0x83EDDC) is unknown color: approx Aquamarine. HEX triplet: 83, ED and DC. RGB value is (131,237,220). Sum of RGB (Red+Green+Blue) = 131+237+220=588 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.28% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #83EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EDDC is #7C1223. Grayscale: #CBCBCB. Windows color (decimal): -8131108 or 14478723. OLE color: 14478723.

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

Color convert

RGB131237220-
CMYK0.4500.070.07
HSL170.38º74.65%72.16%-
HSV(B)170.38º44.73%92.94%-
XYZ52.5670.5678.56-
YUV203.37137.3876.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.28%
GREEN value IS 237 (92.97% from 255) = 40.31%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=22.28%
G=40.31%
B=37.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1312372200.4500.070.07170.3874.6572.16
Hex83EDDC2D077aa4b48
Octal20335533455077252113110
Binary10000011111011011101110010110101111111010101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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