#83F7DE

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

Shades of Aquamarine #83F7DE

Tints of Aquamarine #83F7DE

Color information

#83F7DE (or 0x83F7DE) is unknown color: approx Aquamarine. HEX triplet: 83, F7 and DE. RGB value is (131,247,222). Sum of RGB (Red+Green+Blue) = 131+247+222=600 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.83% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #83F7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F7DE is #7C0821. Grayscale: #D1D1D1. Windows color (decimal): -8128546 or 14612355. OLE color: 14612355.

HSL color Cylindrical-coordinate representation of color #83F7DE: hue angle of 167.07º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F7DE is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB131247222-
CMYK0.4700.100.03
HSL167.07º87.88%74.12%-
HSV(B)167.07º46.96%96.86%-
XYZ55.8176.6280.96-
YUV209.47135.0772.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.83%
GREEN value IS 247 (96.88% from 255) = 41.17%
BLUE value IS 222 (87.11% from 255) = 37%
R=21.83%
G=41.17%
B=37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1312472220.4700.100.03167.0787.8874.12
Hex83F7DE2F0A3a7584a
Octal203367336570123247130112
Binary10000011111101111101111010111101010111010011110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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