#83EFBB

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

Shades of Aquamarine #83EFBB

Tints of Aquamarine #83EFBB

Color information

#83EFBB (or 0x83EFBB) is unknown color: approx Aquamarine. HEX triplet: 83, EF and BB. RGB value is (131,239,187). Sum of RGB (Red+Green+Blue) = 131+239+187=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFBB is #7C1044. Grayscale: #C8C8C8. Windows color (decimal): -8130629 or 12316547. OLE color: 12316547.

HSL color Cylindrical-coordinate representation of color #83EFBB: hue angle of 151.11º 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 #83EFBB is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB131239187-
CMYK0.4500.220.06
HSL151.11º77.14%72.55%-
HSV(B)151.11º45.19%93.73%-
XYZ49.270.1557.96-
YUV200.78120.2278.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.52%
GREEN value IS 239 (93.75% from 255) = 42.91%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=23.52%
G=42.91%
B=33.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1312391870.4500.220.06151.1177.1472.55
Hex83EFBB2D0166974d49
Octal203357273550266227115111
Binary1000001111101111101110111011010101101101001011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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