#83F8D3

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

Shades of Aquamarine #83F8D3

Tints of Aquamarine #83F8D3

Color information

#83F8D3 (or 0x83F8D3) is unknown color: approx Aquamarine. HEX triplet: 83, F8 and D3. RGB value is (131,248,211). Sum of RGB (Red+Green+Blue) = 131+248+211=590 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.20% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #83F8D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F8D3 is #7C072C. Grayscale: #D0D0D0. Windows color (decimal): -8128301 or 13891715. OLE color: 13891715.

HSL color Cylindrical-coordinate representation of color #83F8D3: hue angle of 161.03º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F8D3 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB131248211-
CMYK0.4700.150.03
HSL161.03º89.31%74.31%-
HSV(B)161.03º47.18%97.25%-
XYZ54.6976.6673.54-
YUV208.8129.2472.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.20%
GREEN value IS 248 (97.27% from 255) = 42.03%
BLUE value IS 211 (82.81% from 255) = 35.76%
R=22.20%
G=42.03%
B=35.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1312482110.4700.150.03161.0389.3174.31
Hex83F8D32F0F3a1594a
Octal203370323570173241131112
Binary10000011111110001101001110111101111111010000110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,248,211); }

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

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

 a { background-color: rgb(131,248,211); }

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

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

 span { border-color: rgb(131,248,211); }

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