#83F0D1

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

Shades of Aquamarine #83F0D1

Tints of Aquamarine #83F0D1

Color information

#83F0D1 (or 0x83F0D1) is unknown color: approx Aquamarine. HEX triplet: 83, F0 and D1. RGB value is (131,240,209). Sum of RGB (Red+Green+Blue) = 131+240+209=580 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.59% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #83F0D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F0D1 is #7C0F2E. Grayscale: #CBCBCB. Windows color (decimal): -8130351 or 13758595. OLE color: 13758595.

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

Color convert

RGB131240209-
CMYK0.4500.130.06
HSL162.94º78.42%72.75%-
HSV(B)162.94º45.42%94.12%-
XYZ52.0371.7571.43-
YUV203.87130.8976.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.59%
GREEN value IS 240 (94.14% from 255) = 41.38%
BLUE value IS 209 (82.03% from 255) = 36.03%
R=22.59%
G=41.38%
B=36.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1312402090.4500.130.06162.9478.4272.75
Hex83F0D12D0D6a34e49
Octal203360321550156243116111
Binary100000111111000011010001101101011011101010001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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