#83F8BF

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

Shades of Aquamarine #83F8BF

Tints of Aquamarine #83F8BF

Color information

#83F8BF (or 0x83F8BF) is unknown color: approx Aquamarine. HEX triplet: 83, F8 and BF. RGB value is (131,248,191). Sum of RGB (Red+Green+Blue) = 131+248+191=570 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.98% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #83F8BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F8BF is #7C0740. Grayscale: #CECECE. Windows color (decimal): -8128321 or 12580995. OLE color: 12580995.

HSL color Cylindrical-coordinate representation of color #83F8BF: hue angle of 150.77º 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 #83F8BF is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB131248191-
CMYK0.4700.230.03
HSL150.77º89.31%74.31%-
HSV(B)150.77º47.18%97.25%-
XYZ52.3375.7261.15-
YUV206.52119.2474.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.98%
GREEN value IS 248 (97.27% from 255) = 43.51%
BLUE value IS 191 (75% from 255) = 33.51%
R=22.98%
G=43.51%
B=33.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1312481910.4700.230.03150.7789.3174.31
Hex83F8BF2F017397594a
Octal203370277570273227131112
Binary100000111111100010111111101111010111111001011110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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