#83FAE0

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

Shades of Aquamarine #83FAE0

Tints of Aquamarine #83FAE0

Color information

#83FAE0 (or 0x83FAE0) is unknown color: approx Aquamarine. HEX triplet: 83, FA and E0. RGB value is (131,250,224). Sum of RGB (Red+Green+Blue) = 131+250+224=605 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.65% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FAE0 is #7C051F. Grayscale: #D3D3D3. Windows color (decimal): -8127776 or 14744195. OLE color: 14744195.

HSL color Cylindrical-coordinate representation of color #83FAE0: hue angle of 166.89º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FAE0 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB131250224-
CMYK0.4800.100.02
HSL166.89º92.25%74.71%-
HSV(B)166.89º47.6%98.04%-
XYZ5778.5882.68-
YUV211.46135.0870.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.65%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 224 (87.89% from 255) = 37.02%
R=21.65%
G=41.32%
B=37.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312502240.4800.100.02166.8992.2574.71
Hex83FAE0300A2a75c4b
Octal203372340600122247134113
Binary10000011111110101110000011000001010101010011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,250,224); }

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

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

 a { background-color: rgb(131,250,224); }

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

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

 span { border-color: rgb(131,250,224); }

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