#83FFDE

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

Shades of Aquamarine #83FFDE

Tints of Aquamarine #83FFDE

Color information

#83FFDE (or 0x83FFDE) is unknown color: approx Aquamarine. HEX triplet: 83, FF and DE. RGB value is (131,255,222). Sum of RGB (Red+Green+Blue) = 131+255+222=608 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.55% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFDE is #7C0021. Grayscale: #D6D6D6. Windows color (decimal): -8126498 or 14614403. OLE color: 14614403.

HSL color Cylindrical-coordinate representation of color #83FFDE: hue angle of 164.03º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83FFDE is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB131255222-
CMYK0.4900.130
HSL164.03º100%75.69%-
HSV(B)164.03º48.63%100%-
XYZ58.381.6281.79-
YUV214.16132.4268.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.55%
GREEN value IS 255 (100% from 255) = 41.94%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=21.55%
G=41.94%
B=36.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1312552220.4900.130164.0310075.69
Hex83FFDE310D0a4644c
Octal203377336610150244144114
Binary1000001111111111110111101100010110101010010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,255,222); }

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

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

 a { background-color: rgb(131,255,222); }

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

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

 span { border-color: rgb(131,255,222); }

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