#83F0E4

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

Shades of Aquamarine #83F0E4

Tints of Aquamarine #83F0E4

Color information

#83F0E4 (or 0x83F0E4) is unknown color: approx Aquamarine. HEX triplet: 83, F0 and E4. RGB value is (131,240,228). Sum of RGB (Red+Green+Blue) = 131+240+228=599 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.87% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 228 (89.45% from 255 or 38.06% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #83F0E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F0E4 is #7C0F1B. Grayscale: #CDCDCD. Windows color (decimal): -8130332 or 15003779. OLE color: 15003779.

HSL color Cylindrical-coordinate representation of color #83F0E4: hue angle of 173.39º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83F0E4 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB131240228-
CMYK0.4500.050.06
HSL173.39º78.42%72.75%-
HSV(B)173.39º45.42%94.12%-
XYZ54.5272.7584.57-
YUV206.04140.3974.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.87%
GREEN value IS 240 (94.14% from 255) = 40.07%
BLUE value IS 228 (89.45% from 255) = 38.06%
R=21.87%
G=40.07%
B=38.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1312402280.4500.050.06173.3978.4272.75
Hex83F0E42D056ad4e49
Octal20336034455056255116111
Binary10000011111100001110010010110101011101010110110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,240,228); }

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

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

 a { background-color: rgb(131,240,228); }

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

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

 span { border-color: rgb(131,240,228); }

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