#83EFBD

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

Shades of Aquamarine #83EFBD

Tints of Aquamarine #83EFBD

Color information

#83EFBD (or 0x83EFBD) is unknown color: approx Aquamarine. HEX triplet: 83, EF and BD. RGB value is (131,239,189). Sum of RGB (Red+Green+Blue) = 131+239+189=559 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.43% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFBD is #7C1042. Grayscale: #C9C9C9. Windows color (decimal): -8130627 or 12447619. OLE color: 12447619.

HSL color Cylindrical-coordinate representation of color #83EFBD: hue angle of 152.22º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EFBD is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB131239189-
CMYK0.4500.210.06
HSL152.22º77.14%72.55%-
HSV(B)152.22º45.19%93.73%-
XYZ49.4170.2359.1-
YUV201.01121.2278.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.43%
GREEN value IS 239 (93.75% from 255) = 42.75%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=23.43%
G=42.75%
B=33.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1312391890.4500.210.06152.2277.1472.55
Hex83EFBD2D0156984d49
Octal203357275550256230115111
Binary1000001111101111101111011011010101011101001100010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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