#83EDDF

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

Shades of Aquamarine #83EDDF

Tints of Aquamarine #83EDDF

Color information

#83EDDF (or 0x83EDDF) is unknown color: approx Aquamarine. HEX triplet: 83, ED and DF. RGB value is (131,237,223). Sum of RGB (Red+Green+Blue) = 131+237+223=591 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.17% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #83EDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EDDF is #7C1220. Grayscale: #CBCBCB. Windows color (decimal): -8131105 or 14675331. OLE color: 14675331.

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

Color convert

RGB131237223-
CMYK0.4500.060.07
HSL172.08º74.65%72.16%-
HSV(B)172.08º44.73%92.94%-
XYZ52.9670.7280.67-
YUV203.71138.8876.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.17%
GREEN value IS 237 (92.97% from 255) = 40.10%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=22.17%
G=40.10%
B=37.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1312372230.4500.060.07172.0874.6572.16
Hex83EDDF2D067ac4b48
Octal20335533755067254113110
Binary10000011111011011101111110110101101111010110010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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