#83EBDE

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

Shades of Aquamarine #83EBDE

Tints of Aquamarine #83EBDE

Color information

#83EBDE (or 0x83EBDE) is unknown color: approx Aquamarine. HEX triplet: 83, EB and DE. RGB value is (131,235,222). Sum of RGB (Red+Green+Blue) = 131+235+222=588 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.28% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #83EBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EBDE is #7C1421. Grayscale: #CACACA. Windows color (decimal): -8131618 or 14609283. OLE color: 14609283.

HSL color Cylindrical-coordinate representation of color #83EBDE: hue angle of 172.5º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83EBDE is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB131235222-
CMYK0.4400.060.08
HSL172.5º72.22%71.76%-
HSV(B)172.5º44.26%92.16%-
XYZ52.2569.5279.77-
YUV202.42139.0477.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.28%
GREEN value IS 235 (92.19% from 255) = 39.97%
BLUE value IS 222 (87.11% from 255) = 37.76%
R=22.28%
G=39.97%
B=37.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1312352220.4400.060.08172.572.2271.76
Hex83EBDE2C068ac4848
Octal203353336540610254110110
Binary100000111110101111011110101100011010001010110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,235,222); }

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

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

 a { background-color: rgb(131,235,222); }

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

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

 span { border-color: rgb(131,235,222); }

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