#83F0D2

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

Shades of Aquamarine #83F0D2

Tints of Aquamarine #83F0D2

Color information

#83F0D2 (or 0x83F0D2) is unknown color: approx Aquamarine. HEX triplet: 83, F0 and D2. RGB value is (131,240,210). Sum of RGB (Red+Green+Blue) = 131+240+210=581 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.55% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #83F0D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F0D2 is #7C0F2D. Grayscale: #CBCBCB. Windows color (decimal): -8130350 or 13824131. OLE color: 13824131.

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

Color convert

RGB131240210-
CMYK0.4500.120.06
HSL163.49º78.42%72.75%-
HSV(B)163.49º45.42%94.12%-
XYZ52.1571.872.08-
YUV203.99131.3975.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.55%
GREEN value IS 240 (94.14% from 255) = 41.31%
BLUE value IS 210 (82.42% from 255) = 36.14%
R=22.55%
G=41.31%
B=36.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1312402100.4500.120.06163.4978.4272.75
Hex83F0D22D0C6a34e49
Octal203360322550146243116111
Binary100000111111000011010010101101011001101010001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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