#83FBDE

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

Shades of Aquamarine #83FBDE

Tints of Aquamarine #83FBDE

Color information

#83FBDE (or 0x83FBDE) is unknown color: approx Aquamarine. HEX triplet: 83, FB and DE. RGB value is (131,251,222). Sum of RGB (Red+Green+Blue) = 131+251+222=604 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.69% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FBDE is #7C0421. Grayscale: #D3D3D3. Windows color (decimal): -8127522 or 14613379. OLE color: 14613379.

HSL color Cylindrical-coordinate representation of color #83FBDE: hue angle of 165.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FBDE is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB131251222-
CMYK0.4800.120.02
HSL165.5º93.75%74.9%-
HSV(B)165.5º47.81%98.43%-
XYZ57.0479.0981.37-
YUV211.81133.7470.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.69%
GREEN value IS 251 (98.44% from 255) = 41.56%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=21.69%
G=41.56%
B=36.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312512220.4800.120.02165.593.7574.9
Hex83FBDE300C2a65e4b
Octal203373336600142246136113
Binary10000011111110111101111011000001100101010011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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