#83F3BD

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

Shades of Aquamarine #83F3BD

Tints of Aquamarine #83F3BD

Color information

#83F3BD (or 0x83F3BD) is unknown color: approx Aquamarine. HEX triplet: 83, F3 and BD. RGB value is (131,243,189). Sum of RGB (Red+Green+Blue) = 131+243+189=563 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.27% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #83F3BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F3BD is #7C0C42. Grayscale: #CBCBCB. Windows color (decimal): -8129603 or 12448643. OLE color: 12448643.

HSL color Cylindrical-coordinate representation of color #83F3BD: hue angle of 151.07º degrees, saturation: 0.82, 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 #83F3BD is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB131243189-
CMYK0.4600.220.05
HSL151.07º82.35%73.33%-
HSV(B)151.07º46.09%95.29%-
XYZ50.672.659.49-
YUV203.36119.8976.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.27%
GREEN value IS 243 (95.31% from 255) = 43.16%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=23.27%
G=43.16%
B=33.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1312431890.4600.220.05151.0782.3573.33
Hex83F3BD2E0165975249
Octal203363275560265227122111
Binary1000001111110011101111011011100101101011001011110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,243,189); }

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

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

 a { background-color: rgb(131,243,189); }

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

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

 span { border-color: rgb(131,243,189); }

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