#83F1DA

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

Shades of Aquamarine #83F1DA

Tints of Aquamarine #83F1DA

Color information

#83F1DA (or 0x83F1DA) is unknown color: approx Aquamarine. HEX triplet: 83, F1 and DA. RGB value is (131,241,218). Sum of RGB (Red+Green+Blue) = 131+241+218=590 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.20% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #83F1DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F1DA is #7C0E25. Grayscale: #CDCDCD. Windows color (decimal): -8130086 or 14348675. OLE color: 14348675.

HSL color Cylindrical-coordinate representation of color #83F1DA: hue angle of 167.45º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F1DA is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB131241218-
CMYK0.4600.100.05
HSL167.45º79.71%72.94%-
HSV(B)167.45º45.64%94.51%-
XYZ53.4772.877.56-
YUV205.49135.0674.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.20%
GREEN value IS 241 (94.53% from 255) = 40.85%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=22.20%
G=40.85%
B=36.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1312412180.4600.100.05167.4579.7172.94
Hex83F1DA2E0A5a75049
Octal203361332560125247120111
Binary100000111111000111011010101110010101011010011110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,241,218); }

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

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

 a { background-color: rgb(131,241,218); }

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

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

 span { border-color: rgb(131,241,218); }

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