#83F8BA

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

Shades of Aquamarine #83F8BA

Tints of Aquamarine #83F8BA

Color information

#83F8BA (or 0x83F8BA) is unknown color: approx Aquamarine. HEX triplet: 83, F8 and BA. RGB value is (131,248,186). Sum of RGB (Red+Green+Blue) = 131+248+186=565 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.19% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #83F8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F8BA is #7C0745. Grayscale: #CECECE. Windows color (decimal): -8128326 or 12253315. OLE color: 12253315.

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

Color convert

RGB131248186-
CMYK0.4700.250.03
HSL148.21º89.31%74.31%-
HSV(B)148.21º47.18%97.25%-
XYZ51.7975.5158.3-
YUV205.95116.7474.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.19%
GREEN value IS 248 (97.27% from 255) = 43.89%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=23.19%
G=43.89%
B=32.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1312481860.4700.250.03148.2189.3174.31
Hex83F8BA2F019394594a
Octal203370272570313224131112
Binary100000111111100010111010101111011001111001010010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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